Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 3.97 KB

File metadata and controls

18 lines (15 loc) · 3.97 KB

UpdateAgentRequest

Fields

Field Type Required Description
instructions OptionalNullable[str] Instruction prompt the model will follow during the conversation.
tools List[models.UpdateAgentRequestTool] 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 OptionalNullable[str] N/A
name OptionalNullable[str] N/A
description OptionalNullable[str] N/A
handoffs List[str] N/A
deployment_chat OptionalNullable[bool] N/A
metadata Dict[str, Any] N/A
version_message OptionalNullable[str] N/A