You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param type: The type of AI agent used to handle queries., defaults to AiAgentReferenceTypeField.AI_AGENT_ID
26
-
:type type: AiAgentReferenceTypeField, optional
27
23
:param id: The ID of an Agent. This can be a numeric ID for custom agents (for example, `14031`)
28
24
or a unique identifier for pre-built agents (for example, `enhanced_extract_agent`
29
-
for the [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent))., defaults to None
30
-
:type id: Optional[str], optional
25
+
for the [Enhanced Extract Agent](https://developer.box.com/guides/box-ai/ai-tutorials/extract-metadata-structured#enhanced-extract-agent)).
26
+
:type id: str
27
+
:param type: The type of AI agent used to handle queries., defaults to AiAgentReferenceTypeField.AI_AGENT_ID
0 commit comments