Namespace Seclai.Models
Classes
AddCommentRequest
AddConversationTurnRequest
AgentAttachmentRefsApiResponse
Static attachment-reference contract for an agent — what files (if any) its templates expect on a run, so uploads can be staged before starting the run.
AgentDefinitionImportErrorResponse
422 response body for invalid agent_definition payloads on
POST /agents, PUT /agents/{id}, and POST /agents/preview-import.
Errors carry 1-indexed line/column references into the canonical Source echo.
AgentDefinitionResponse
AgentExportResponse
Portable JSON snapshot of an agent definition.
AgentImportPreviewRequest
Dry-run import request body for POST /agents/preview-import.
Carries the same payload shape produced by AgentExportResponse.
AgentImportPreviewResponse
Summary of a successfully validated agent_definition import payload (no DB writes).
Counts reflect what the payload requested; cross-account skips (recipients, KB names) only happen on commit.
AgentListResponse
AgentRunAttemptResponse
AgentRunEvent
Represents a single event from an SSE agent run stream.
AgentRunListResponse
AgentRunRequest
AgentRunResponse
AgentRunStepResponse
AgentRunStreamRequest
AgentRunToolCallResponse
A single LLM tool call made during a prompt_call step.
AgentSummaryResponse
AgentTraceSearchRequest
AgentTraceSearchResponse
AiAssistantAcceptRequest
AiAssistantAcceptResponse
AiAssistantFeedbackRequest
AiAssistantFeedbackResponse
AiAssistantGenerateRequest
AiAssistantGenerateResponse
AiConversationHistoryResponse
AiConversationTurnResponse
AttachmentRefsSourceApiSummary
Per-source attachment-reference summary within an AgentAttachmentRefsApiResponse.
ChangeStatusRequest
CompactionEvaluationModel
CompactionTestResponse
CompatibleRunListResponse
ContentDetailResponse
ContentEmbeddingResponse
ContentEmbeddingsListResponse
ContentFileUploadResponse
CreateAgentRequest
CreateAlertConfigRequest
CreateEvaluationCriteriaRequest
CreateEvaluationResultRequest
CreateExportRequest
CreateKnowledgeBaseRequest
CreateMemoryBankRequest
CreateSolutionRequest
CreateSourceRequest
EstimateExportRequest
EstimateExportResponse
EvaluationCriteriaResponse
EvaluationResultListResponse
EvaluationResultResponse
EvaluationResultSummaryResponse
EvaluationResultWithCriteriaListResponse
EvaluationRunSummaryListResponse
ExamplePrompt
ExportListResponse
ExportResponse
FileUploadResponse
GenerateAgentStepsRequest
GenerateAgentStepsResponse
GenerateStepConfigRequest
GenerateStepConfigResponse
GovernanceAiAcceptResponse
GovernanceAiAssistantRequest
GovernanceAiAssistantResponse
GovernanceConversationResponse
GovernancePolicyRefResponse
Reference to a governance policy (id and optional display name).
HttpValidationError
ImportFieldErrorModel
Single agent_definition validation error with source position.
Carried as elements of Errors.
ImportSkipResponse
One item dropped or substituted during an agent import.
Used as the element type for import_warnings on every response model that
accepts an agent_definition payload.