Skip to content

UpdateAgentRequest

Example Usage

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

let value: UpdateAgentRequest = {
  model: "functionary-pt",
};

Fields

FieldTypeRequiredDescriptionExample
namestringN/A
descriptionstringN/A
modelstringN/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