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 model_id: The ID of an available chat completion model in your project.
38
+
:param name: The assistant name.
39
+
:param description: The assistant description.
40
+
:param system_prompt_template: A list of system prompt chunks where prompt variables are wrapped by curly brackets, e.g. {{variable}}.
41
+
:param tools: The assistant tools.
42
+
:param retrievals: The assistant retrievals.
43
+
:param metadata: The assistant metadata. It can store up to 16 key-value pairs where each key's length is less than 64 and value's length is less than 512.
0 commit comments