CreateAgentRequest
Example Usage
typescript
import { CreateAgentRequest } from "@meetkai/mka1/models/components";
let value: CreateAgentRequest = {
name: "<value>",
model: "functionary-pt",
};Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name | string | ✔️ | N/A | |
description | string | ➖ | N/A | |
model | string | ✔️ | N/A | functionary-pt |
instructions | string | ➖ | N/A | |
tools | components.ToolDefinition[] | ➖ | N/A | |
toolChoice | components.JsonValue | ➖ | N/A | |
parallelToolCalls | boolean | ➖ | N/A | |
maxToolCalls | number | ➖ | N/A | |
text | components.AgentTextConfiguration | ➖ | N/A | |
reasoning | components.AgentReasoningConfiguration | ➖ | N/A | |
metadata | Record<string, string> | ➖ | N/A |