Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 5.84 KB

File metadata and controls

25 lines (22 loc) · 5.84 KB

Agent

Fields

Field Type Required Description
instructions OptionalNullable[str] Instruction prompt the model will follow during the conversation.
tools List[models.AgentTool] List of tools which are available to the model during the conversation.
completion_args Optional[models.CompletionArgs] White-listed arguments from the completion API
guardrails List[models.GuardrailConfig] N/A
model str ✔️ N/A
name str ✔️ N/A
description OptionalNullable[str] N/A
handoffs List[str] N/A
metadata Dict[str, Any] N/A
object Optional[Literal["agent"]] N/A
id str ✔️ N/A
version int ✔️ N/A
versions List[int] ✔️ N/A
created_at date ✔️ N/A
updated_at date ✔️ N/A
deployment_chat bool ✔️ N/A
source str ✔️ N/A
version_message OptionalNullable[str] N/A