Skip to content

CreateAgentRequest

Example Usage

typescript
import { CreateAgentRequest } from "@meetkai/mka1/models/components";

let value: CreateAgentRequest = {
  name: "<value>",
  model: "functionary-pt",
};

Fields

FieldTypeRequiredDescriptionExample
namestring✔️N/A
descriptionstringN/A
modelstring✔️N/Afunctionary-pt
instructionsstringN/A
toolscomponents.ToolDefinition[]N/A
toolChoicecomponents.JsonValueN/A
parallelToolCallsbooleanN/A
maxToolCallsnumberN/A
textcomponents.AgentTextConfigurationN/A
reasoningcomponents.AgentReasoningConfigurationN/A
metadataRecord<string, string>N/A