| Field | Type | Required | Description |
|---|---|---|---|
instructions |
OptionalNullable[str] | ➖ | Instruction prompt the model will follow during the conversation. |
tools |
List[models.AgentTools] | ➖ | List of tools which are available to the model during the conversation. |
completion_args |
Optional[models.CompletionArgs] | ➖ | White-listed arguments from the completion API |
model |
str | ✔️ | N/A |
name |
str | ✔️ | N/A |
description |
OptionalNullable[str] | ➖ | N/A |
handoffs |
List[str] | ➖ | N/A |
object |
Optional[models.AgentObject] | ➖ | N/A |
id |
str | ✔️ | N/A |
version |
int | ✔️ | N/A |
created_at |
date | ✔️ | N/A |
updated_at |
date | ✔️ | N/A |