Payload for creating an assistant.
create_params = {
"assistant_id": UUID("123e4567-e89b-12d3-a456-426614174000"),
"graph_id": "graph123",
"config": {"tags": ["tag1", "tag2"]},
"context": {"key": "value"},
"metadata": {"owner": "user123"},
"if_exists": "do_nothing",
"name": "Assistant 1"
}AssistantsCreate()typing.TypedDictUnique identifier for the assistant.
Graph ID to use for this assistant.
typing.Optional configuration for the assistant.
typing.Optional metadata to attach to the assistant.
Behavior when an assistant with the same ID already exists.
Name of the assistant.