letta-client 0.1.87__py3-none-any.whl → 0.1.89__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of letta-client might be problematic. Click here for more details.
- letta_client/__init__.py +13 -780
- letta_client/agents/__init__.py +0 -386
- letta_client/agents/client.py +20 -0
- letta_client/agents/messages/client.py +10 -0
- letta_client/agents/types/__init__.py +0 -670
- letta_client/agents/types/agents_search_response.py +2 -2
- letta_client/core/client_wrapper.py +1 -1
- letta_client/groups/__init__.py +12 -0
- letta_client/groups/client.py +158 -446
- letta_client/groups/messages/__init__.py +5 -0
- letta_client/groups/messages/client.py +820 -0
- letta_client/groups/messages/types/__init__.py +7 -0
- letta_client/groups/messages/types/letta_streaming_response.py +20 -0
- letta_client/groups/messages/types/messages_modify_request.py +11 -0
- letta_client/groups/messages/types/messages_modify_response.py +20 -0
- letta_client/groups/types/__init__.py +6 -0
- letta_client/{types → groups/types}/group_create_manager_config.py +3 -3
- letta_client/groups/types/group_update_manager_config.py +8 -0
- letta_client/templates/__init__.py +2 -392
- letta_client/templates/types/__init__.py +1 -749
- letta_client/templates/types/templates_create_agents_response.py +2 -2
- letta_client/types/__init__.py +10 -6
- letta_client/types/agent_schema.py +3 -2
- letta_client/types/agent_schema_tool_rules_item.py +11 -0
- letta_client/types/{tool_rule_schema.py → base_tool_rule_schema.py} +1 -1
- letta_client/types/{group_create.py → child_tool_rule_schema.py} +5 -17
- letta_client/{agents/types/agents_search_response_agents_item_tool_rules_item_one.py → types/conditional_tool_rule_schema.py} +7 -7
- letta_client/{agents/types/agents_search_response_agents_item_tool_rules_item_two.py → types/max_count_per_step_tool_rule_schema.py} +5 -7
- letta_client/types/message_schema.py +0 -1
- {letta_client-0.1.87.dist-info → letta_client-0.1.89.dist-info}/METADATA +1 -1
- letta_client-0.1.89.dist-info/RECORD +326 -0
- letta_client/agents/types/agents_search_response_agents_item.py +0 -71
- letta_client/agents/types/agents_search_response_agents_item_agent_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_base_template_id.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_base_template_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_created_at.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_created_at_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_created_by_id.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_created_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_description.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_description_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config.py +0 -48
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_deployment.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_deployment_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_endpoint_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_version.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_azure_version_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_embedding_chunk_size.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_embedding_chunk_size_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_embedding_endpoint.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_embedding_endpoint_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_embedding_endpoint_type.py +0 -28
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_handle.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_embedding_config_handle_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_identity_ids.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_last_updated_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_last_updated_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config.py +0 -54
- letta_client/agents/types/agents_search_response_agents_item_llm_config_enable_reasoner.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_handle.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_llm_config_handle_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_max_reasoning_tokens.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_max_tokens.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_llm_config_max_tokens_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_endpoint_type.py +0 -31
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_wrapper.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_llm_config_model_wrapper_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_llm_config_temperature.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory.py +0 -24
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item.py +0 -57
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_created_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_description.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_description_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_id.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_is_template.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_label.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_label_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_limit.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_metadata.py +0 -12
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_name.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_name_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_organization_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_memory_blocks_item_organization_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_memory_prompt_template.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_message_buffer_autoclear.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_message_ids.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_message_ids_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_metadata.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_metadata_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group.py +0 -14
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids.py +0 -37
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_manager_agent_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_manager_agent_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_manager_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_max_turns.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_max_turns_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_termination_token.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_agent_ids_termination_token_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids.py +0 -37
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_manager_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_max_turns.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_max_turns_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_termination_token.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_multi_agent_group_item_agent_ids_termination_token_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_organization_id.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_organization_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_project_id.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_project_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item.py +0 -51
- letta_client/agents/types/agents_search_response_agents_item_sources_item_created_at.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_created_at_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_created_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_created_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_description.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_description_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config.py +0 -52
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_version.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py +0 -28
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_handle.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_embedding_config_handle_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_id.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_last_updated_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_last_updated_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_metadata.py +0 -12
- letta_client/agents/types/agents_search_response_agents_item_sources_item_metadata_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_organization_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_organization_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_sources_item_updated_at.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_sources_item_updated_at_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_template_id.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_template_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item.py +0 -53
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_description.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_id.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_rules.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item.py +0 -8
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_child_output_mapping.py +0 -34
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_child_output_mapping_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_children.py +0 -24
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_children_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_four.py +0 -23
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_four_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item.py +0 -30
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -34
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -13
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_child_output_mapping_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_children.py +0 -24
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_children_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_four.py +0 -23
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_four_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_max_count_limit.py +0 -24
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_max_count_limit_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_one.py +0 -23
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_one_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_two.py +0 -23
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_item_two_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_max_count_limit.py +0 -24
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_max_count_limit_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_one_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tool_rules_item_two_type.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tools_item.py +0 -57
- letta_client/agents/types/agents_search_response_agents_item_tools_item_args_json_schema.py +0 -12
- letta_client/agents/types/agents_search_response_agents_item_tools_item_args_json_schema_item.py +0 -7
- letta_client/agents/types/agents_search_response_agents_item_tools_item_created_by_id.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_created_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_description.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_description_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_json_schema.py +0 -12
- letta_client/agents/types/agents_search_response_agents_item_tools_item_json_schema_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_last_updated_by_id.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_last_updated_by_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_metadata.py +0 -12
- letta_client/agents/types/agents_search_response_agents_item_tools_item_metadata_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_name.py +0 -8
- letta_client/agents/types/agents_search_response_agents_item_tools_item_name_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_organization_id.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_organization_id_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_source_code.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_source_code_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_source_type.py +0 -10
- letta_client/agents/types/agents_search_response_agents_item_tools_item_source_type_item.py +0 -5
- letta_client/agents/types/agents_search_response_agents_item_tools_item_tool_type.py +0 -16
- letta_client/agents/types/agents_search_response_agents_item_updated_at.py +0 -11
- letta_client/agents/types/agents_search_response_agents_item_updated_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item.py +0 -88
- letta_client/templates/types/templates_create_agents_response_agents_item_agent_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +0 -50
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_type.py +0 -28
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_identity_ids.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +0 -58
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_enable_reasoner.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_reasoning_tokens.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint_type.py +0 -31
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +0 -26
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +0 -59
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group.py +0 -16
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids.py +0 -41
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_agent_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_agent_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_max_turns.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_max_turns_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_termination_token.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_agent_ids_termination_token_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item.py +0 -10
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids.py +0 -41
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_max_turns.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_max_turns_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_termination_token.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_termination_token_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +0 -55
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +0 -56
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py +0 -28
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +0 -10
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +0 -57
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_id.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +0 -10
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_children.py +0 -24
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_children_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_four.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_four_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +0 -30
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -36
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -15
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_children.py +0 -24
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_children_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_four.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_four_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_max_count_limit.py +0 -24
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_max_count_limit_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_one_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_two.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_two_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_max_count_limit.py +0 -24
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_max_count_limit_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +0 -23
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two_type.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +0 -69
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_args_json_schema.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_args_json_schema_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_metadata_item.py +0 -7
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +0 -10
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +0 -12
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py +0 -5
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_tool_type.py +0 -16
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +0 -13
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +0 -5
- letta_client-0.1.87.dist-info/RECORD +0 -701
- {letta_client-0.1.87.dist-info → letta_client-0.1.89.dist-info}/WHEEL +0 -0
|
@@ -1,753 +1,5 @@
|
|
|
1
1
|
# This file was auto-generated by Fern from our API Definition.
|
|
2
2
|
|
|
3
3
|
from .templates_create_agents_response import TemplatesCreateAgentsResponse
|
|
4
|
-
from .templates_create_agents_response_agents_item import TemplatesCreateAgentsResponseAgentsItem
|
|
5
|
-
from .templates_create_agents_response_agents_item_agent_type import TemplatesCreateAgentsResponseAgentsItemAgentType
|
|
6
|
-
from .templates_create_agents_response_agents_item_base_template_id import (
|
|
7
|
-
TemplatesCreateAgentsResponseAgentsItemBaseTemplateId,
|
|
8
|
-
)
|
|
9
|
-
from .templates_create_agents_response_agents_item_base_template_id_item import (
|
|
10
|
-
TemplatesCreateAgentsResponseAgentsItemBaseTemplateIdItem,
|
|
11
|
-
)
|
|
12
|
-
from .templates_create_agents_response_agents_item_created_at import TemplatesCreateAgentsResponseAgentsItemCreatedAt
|
|
13
|
-
from .templates_create_agents_response_agents_item_created_at_item import (
|
|
14
|
-
TemplatesCreateAgentsResponseAgentsItemCreatedAtItem,
|
|
15
|
-
)
|
|
16
|
-
from .templates_create_agents_response_agents_item_created_by_id import (
|
|
17
|
-
TemplatesCreateAgentsResponseAgentsItemCreatedById,
|
|
18
|
-
)
|
|
19
|
-
from .templates_create_agents_response_agents_item_created_by_id_item import (
|
|
20
|
-
TemplatesCreateAgentsResponseAgentsItemCreatedByIdItem,
|
|
21
|
-
)
|
|
22
|
-
from .templates_create_agents_response_agents_item_description import TemplatesCreateAgentsResponseAgentsItemDescription
|
|
23
|
-
from .templates_create_agents_response_agents_item_description_item import (
|
|
24
|
-
TemplatesCreateAgentsResponseAgentsItemDescriptionItem,
|
|
25
|
-
)
|
|
26
|
-
from .templates_create_agents_response_agents_item_embedding_config import (
|
|
27
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfig,
|
|
28
|
-
)
|
|
29
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_deployment import (
|
|
30
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureDeployment,
|
|
31
|
-
)
|
|
32
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_deployment_item import (
|
|
33
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureDeploymentItem,
|
|
34
|
-
)
|
|
35
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_endpoint import (
|
|
36
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureEndpoint,
|
|
37
|
-
)
|
|
38
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item import (
|
|
39
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureEndpointItem,
|
|
40
|
-
)
|
|
41
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_version import (
|
|
42
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureVersion,
|
|
43
|
-
)
|
|
44
|
-
from .templates_create_agents_response_agents_item_embedding_config_azure_version_item import (
|
|
45
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureVersionItem,
|
|
46
|
-
)
|
|
47
|
-
from .templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size import (
|
|
48
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingChunkSize,
|
|
49
|
-
)
|
|
50
|
-
from .templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item import (
|
|
51
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem,
|
|
52
|
-
)
|
|
53
|
-
from .templates_create_agents_response_agents_item_embedding_config_embedding_endpoint import (
|
|
54
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpoint,
|
|
55
|
-
)
|
|
56
|
-
from .templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item import (
|
|
57
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem,
|
|
58
|
-
)
|
|
59
|
-
from .templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_type import (
|
|
60
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpointType,
|
|
61
|
-
)
|
|
62
|
-
from .templates_create_agents_response_agents_item_embedding_config_handle import (
|
|
63
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigHandle,
|
|
64
|
-
)
|
|
65
|
-
from .templates_create_agents_response_agents_item_embedding_config_handle_item import (
|
|
66
|
-
TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigHandleItem,
|
|
67
|
-
)
|
|
68
|
-
from .templates_create_agents_response_agents_item_identity_ids import (
|
|
69
|
-
TemplatesCreateAgentsResponseAgentsItemIdentityIds,
|
|
70
|
-
)
|
|
71
|
-
from .templates_create_agents_response_agents_item_last_updated_by_id import (
|
|
72
|
-
TemplatesCreateAgentsResponseAgentsItemLastUpdatedById,
|
|
73
|
-
)
|
|
74
|
-
from .templates_create_agents_response_agents_item_last_updated_by_id_item import (
|
|
75
|
-
TemplatesCreateAgentsResponseAgentsItemLastUpdatedByIdItem,
|
|
76
|
-
)
|
|
77
|
-
from .templates_create_agents_response_agents_item_llm_config import TemplatesCreateAgentsResponseAgentsItemLlmConfig
|
|
78
|
-
from .templates_create_agents_response_agents_item_llm_config_enable_reasoner import (
|
|
79
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigEnableReasoner,
|
|
80
|
-
)
|
|
81
|
-
from .templates_create_agents_response_agents_item_llm_config_handle import (
|
|
82
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigHandle,
|
|
83
|
-
)
|
|
84
|
-
from .templates_create_agents_response_agents_item_llm_config_handle_item import (
|
|
85
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigHandleItem,
|
|
86
|
-
)
|
|
87
|
-
from .templates_create_agents_response_agents_item_llm_config_max_reasoning_tokens import (
|
|
88
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxReasoningTokens,
|
|
89
|
-
)
|
|
90
|
-
from .templates_create_agents_response_agents_item_llm_config_max_tokens import (
|
|
91
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxTokens,
|
|
92
|
-
)
|
|
93
|
-
from .templates_create_agents_response_agents_item_llm_config_max_tokens_item import (
|
|
94
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxTokensItem,
|
|
95
|
-
)
|
|
96
|
-
from .templates_create_agents_response_agents_item_llm_config_model_endpoint import (
|
|
97
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpoint,
|
|
98
|
-
)
|
|
99
|
-
from .templates_create_agents_response_agents_item_llm_config_model_endpoint_item import (
|
|
100
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpointItem,
|
|
101
|
-
)
|
|
102
|
-
from .templates_create_agents_response_agents_item_llm_config_model_endpoint_type import (
|
|
103
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpointType,
|
|
104
|
-
)
|
|
105
|
-
from .templates_create_agents_response_agents_item_llm_config_model_wrapper import (
|
|
106
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigModelWrapper,
|
|
107
|
-
)
|
|
108
|
-
from .templates_create_agents_response_agents_item_llm_config_model_wrapper_item import (
|
|
109
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigModelWrapperItem,
|
|
110
|
-
)
|
|
111
|
-
from .templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs import (
|
|
112
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigPutInnerThoughtsInKwargs,
|
|
113
|
-
)
|
|
114
|
-
from .templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item import (
|
|
115
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigPutInnerThoughtsInKwargsItem,
|
|
116
|
-
)
|
|
117
|
-
from .templates_create_agents_response_agents_item_llm_config_temperature import (
|
|
118
|
-
TemplatesCreateAgentsResponseAgentsItemLlmConfigTemperature,
|
|
119
|
-
)
|
|
120
|
-
from .templates_create_agents_response_agents_item_memory import TemplatesCreateAgentsResponseAgentsItemMemory
|
|
121
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item import (
|
|
122
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItem,
|
|
123
|
-
)
|
|
124
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_created_by_id import (
|
|
125
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemCreatedById,
|
|
126
|
-
)
|
|
127
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_created_by_id_item import (
|
|
128
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemCreatedByIdItem,
|
|
129
|
-
)
|
|
130
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_description import (
|
|
131
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemDescription,
|
|
132
|
-
)
|
|
133
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_description_item import (
|
|
134
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemDescriptionItem,
|
|
135
|
-
)
|
|
136
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_id import (
|
|
137
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemId,
|
|
138
|
-
)
|
|
139
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_is_template import (
|
|
140
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemIsTemplate,
|
|
141
|
-
)
|
|
142
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_label import (
|
|
143
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLabel,
|
|
144
|
-
)
|
|
145
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_label_item import (
|
|
146
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLabelItem,
|
|
147
|
-
)
|
|
148
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id import (
|
|
149
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLastUpdatedById,
|
|
150
|
-
)
|
|
151
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item import (
|
|
152
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem,
|
|
153
|
-
)
|
|
154
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_limit import (
|
|
155
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLimit,
|
|
156
|
-
)
|
|
157
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_metadata import (
|
|
158
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemMetadata,
|
|
159
|
-
)
|
|
160
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_metadata_item import (
|
|
161
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemMetadataItem,
|
|
162
|
-
)
|
|
163
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_name import (
|
|
164
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemName,
|
|
165
|
-
)
|
|
166
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_name_item import (
|
|
167
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemNameItem,
|
|
168
|
-
)
|
|
169
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_organization_id import (
|
|
170
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemOrganizationId,
|
|
171
|
-
)
|
|
172
|
-
from .templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item import (
|
|
173
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemOrganizationIdItem,
|
|
174
|
-
)
|
|
175
|
-
from .templates_create_agents_response_agents_item_memory_prompt_template import (
|
|
176
|
-
TemplatesCreateAgentsResponseAgentsItemMemoryPromptTemplate,
|
|
177
|
-
)
|
|
178
|
-
from .templates_create_agents_response_agents_item_message_buffer_autoclear import (
|
|
179
|
-
TemplatesCreateAgentsResponseAgentsItemMessageBufferAutoclear,
|
|
180
|
-
)
|
|
181
|
-
from .templates_create_agents_response_agents_item_message_ids import TemplatesCreateAgentsResponseAgentsItemMessageIds
|
|
182
|
-
from .templates_create_agents_response_agents_item_message_ids_item import (
|
|
183
|
-
TemplatesCreateAgentsResponseAgentsItemMessageIdsItem,
|
|
184
|
-
)
|
|
185
|
-
from .templates_create_agents_response_agents_item_metadata import TemplatesCreateAgentsResponseAgentsItemMetadata
|
|
186
|
-
from .templates_create_agents_response_agents_item_metadata_item import (
|
|
187
|
-
TemplatesCreateAgentsResponseAgentsItemMetadataItem,
|
|
188
|
-
)
|
|
189
|
-
from .templates_create_agents_response_agents_item_multi_agent_group import (
|
|
190
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroup,
|
|
191
|
-
)
|
|
192
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids import (
|
|
193
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIds,
|
|
194
|
-
)
|
|
195
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_agent_id import (
|
|
196
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentId,
|
|
197
|
-
)
|
|
198
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_agent_id_item import (
|
|
199
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentIdItem,
|
|
200
|
-
)
|
|
201
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_manager_type import (
|
|
202
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerType,
|
|
203
|
-
)
|
|
204
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_max_turns import (
|
|
205
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsMaxTurns,
|
|
206
|
-
)
|
|
207
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_max_turns_item import (
|
|
208
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsMaxTurnsItem,
|
|
209
|
-
)
|
|
210
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_termination_token import (
|
|
211
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsTerminationToken,
|
|
212
|
-
)
|
|
213
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_agent_ids_termination_token_item import (
|
|
214
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsTerminationTokenItem,
|
|
215
|
-
)
|
|
216
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item import (
|
|
217
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItem,
|
|
218
|
-
)
|
|
219
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids import (
|
|
220
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIds,
|
|
221
|
-
)
|
|
222
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id import (
|
|
223
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerAgentId,
|
|
224
|
-
)
|
|
225
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_agent_id_item import (
|
|
226
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerAgentIdItem,
|
|
227
|
-
)
|
|
228
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_manager_type import (
|
|
229
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerType,
|
|
230
|
-
)
|
|
231
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_max_turns import (
|
|
232
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsMaxTurns,
|
|
233
|
-
)
|
|
234
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_max_turns_item import (
|
|
235
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsMaxTurnsItem,
|
|
236
|
-
)
|
|
237
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_termination_token import (
|
|
238
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsTerminationToken,
|
|
239
|
-
)
|
|
240
|
-
from .templates_create_agents_response_agents_item_multi_agent_group_item_agent_ids_termination_token_item import (
|
|
241
|
-
TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsTerminationTokenItem,
|
|
242
|
-
)
|
|
243
|
-
from .templates_create_agents_response_agents_item_organization_id import (
|
|
244
|
-
TemplatesCreateAgentsResponseAgentsItemOrganizationId,
|
|
245
|
-
)
|
|
246
|
-
from .templates_create_agents_response_agents_item_organization_id_item import (
|
|
247
|
-
TemplatesCreateAgentsResponseAgentsItemOrganizationIdItem,
|
|
248
|
-
)
|
|
249
|
-
from .templates_create_agents_response_agents_item_project_id import TemplatesCreateAgentsResponseAgentsItemProjectId
|
|
250
|
-
from .templates_create_agents_response_agents_item_project_id_item import (
|
|
251
|
-
TemplatesCreateAgentsResponseAgentsItemProjectIdItem,
|
|
252
|
-
)
|
|
253
|
-
from .templates_create_agents_response_agents_item_sources_item import (
|
|
254
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItem,
|
|
255
|
-
)
|
|
256
|
-
from .templates_create_agents_response_agents_item_sources_item_created_at import (
|
|
257
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedAt,
|
|
258
|
-
)
|
|
259
|
-
from .templates_create_agents_response_agents_item_sources_item_created_at_item import (
|
|
260
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedAtItem,
|
|
261
|
-
)
|
|
262
|
-
from .templates_create_agents_response_agents_item_sources_item_created_by_id import (
|
|
263
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedById,
|
|
264
|
-
)
|
|
265
|
-
from .templates_create_agents_response_agents_item_sources_item_created_by_id_item import (
|
|
266
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedByIdItem,
|
|
267
|
-
)
|
|
268
|
-
from .templates_create_agents_response_agents_item_sources_item_description import (
|
|
269
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemDescription,
|
|
270
|
-
)
|
|
271
|
-
from .templates_create_agents_response_agents_item_sources_item_description_item import (
|
|
272
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemDescriptionItem,
|
|
273
|
-
)
|
|
274
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config import (
|
|
275
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfig,
|
|
276
|
-
)
|
|
277
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment import (
|
|
278
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureDeployment,
|
|
279
|
-
)
|
|
280
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment_item import (
|
|
281
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureDeploymentItem,
|
|
282
|
-
)
|
|
283
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint import (
|
|
284
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpoint,
|
|
285
|
-
)
|
|
286
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint_item import (
|
|
287
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpointItem,
|
|
288
|
-
)
|
|
289
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version import (
|
|
290
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureVersion,
|
|
291
|
-
)
|
|
292
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version_item import (
|
|
293
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureVersionItem,
|
|
294
|
-
)
|
|
295
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size import (
|
|
296
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSize,
|
|
297
|
-
)
|
|
298
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item import (
|
|
299
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSizeItem,
|
|
300
|
-
)
|
|
301
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint import (
|
|
302
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpoint,
|
|
303
|
-
)
|
|
304
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_item import (
|
|
305
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointItem,
|
|
306
|
-
)
|
|
307
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_type import (
|
|
308
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointType,
|
|
309
|
-
)
|
|
310
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_handle import (
|
|
311
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigHandle,
|
|
312
|
-
)
|
|
313
|
-
from .templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item import (
|
|
314
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigHandleItem,
|
|
315
|
-
)
|
|
316
|
-
from .templates_create_agents_response_agents_item_sources_item_id import (
|
|
317
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemId,
|
|
318
|
-
)
|
|
319
|
-
from .templates_create_agents_response_agents_item_sources_item_last_updated_by_id import (
|
|
320
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemLastUpdatedById,
|
|
321
|
-
)
|
|
322
|
-
from .templates_create_agents_response_agents_item_sources_item_last_updated_by_id_item import (
|
|
323
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemLastUpdatedByIdItem,
|
|
324
|
-
)
|
|
325
|
-
from .templates_create_agents_response_agents_item_sources_item_metadata import (
|
|
326
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemMetadata,
|
|
327
|
-
)
|
|
328
|
-
from .templates_create_agents_response_agents_item_sources_item_metadata_item import (
|
|
329
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemMetadataItem,
|
|
330
|
-
)
|
|
331
|
-
from .templates_create_agents_response_agents_item_sources_item_organization_id import (
|
|
332
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemOrganizationId,
|
|
333
|
-
)
|
|
334
|
-
from .templates_create_agents_response_agents_item_sources_item_organization_id_item import (
|
|
335
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemOrganizationIdItem,
|
|
336
|
-
)
|
|
337
|
-
from .templates_create_agents_response_agents_item_sources_item_updated_at import (
|
|
338
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemUpdatedAt,
|
|
339
|
-
)
|
|
340
|
-
from .templates_create_agents_response_agents_item_sources_item_updated_at_item import (
|
|
341
|
-
TemplatesCreateAgentsResponseAgentsItemSourcesItemUpdatedAtItem,
|
|
342
|
-
)
|
|
343
|
-
from .templates_create_agents_response_agents_item_template_id import TemplatesCreateAgentsResponseAgentsItemTemplateId
|
|
344
|
-
from .templates_create_agents_response_agents_item_template_id_item import (
|
|
345
|
-
TemplatesCreateAgentsResponseAgentsItemTemplateIdItem,
|
|
346
|
-
)
|
|
347
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables import (
|
|
348
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariables,
|
|
349
|
-
)
|
|
350
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item import (
|
|
351
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItem,
|
|
352
|
-
)
|
|
353
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at import (
|
|
354
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt,
|
|
355
|
-
)
|
|
356
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at_item import (
|
|
357
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAtItem,
|
|
358
|
-
)
|
|
359
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id import (
|
|
360
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedById,
|
|
361
|
-
)
|
|
362
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item import (
|
|
363
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedByIdItem,
|
|
364
|
-
)
|
|
365
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description import (
|
|
366
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemDescription,
|
|
367
|
-
)
|
|
368
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item import (
|
|
369
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemDescriptionItem,
|
|
370
|
-
)
|
|
371
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_id import (
|
|
372
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemId,
|
|
373
|
-
)
|
|
374
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id import (
|
|
375
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedById,
|
|
376
|
-
)
|
|
377
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item import (
|
|
378
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedByIdItem,
|
|
379
|
-
)
|
|
380
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id import (
|
|
381
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationId,
|
|
382
|
-
)
|
|
383
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id_item import (
|
|
384
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationIdItem,
|
|
385
|
-
)
|
|
386
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at import (
|
|
387
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAt,
|
|
388
|
-
)
|
|
389
|
-
from .templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at_item import (
|
|
390
|
-
TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAtItem,
|
|
391
|
-
)
|
|
392
|
-
from .templates_create_agents_response_agents_item_tool_rules import TemplatesCreateAgentsResponseAgentsItemToolRules
|
|
393
|
-
from .templates_create_agents_response_agents_item_tool_rules_item import (
|
|
394
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItem,
|
|
395
|
-
)
|
|
396
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping import (
|
|
397
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMapping,
|
|
398
|
-
)
|
|
399
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child import (
|
|
400
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingDefaultChild,
|
|
401
|
-
)
|
|
402
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item import (
|
|
403
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingDefaultChildItem,
|
|
404
|
-
)
|
|
405
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping import (
|
|
406
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingRequireOutputMapping,
|
|
407
|
-
)
|
|
408
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_type import (
|
|
409
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingType,
|
|
410
|
-
)
|
|
411
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_children import (
|
|
412
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildren,
|
|
413
|
-
)
|
|
414
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_children_type import (
|
|
415
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildrenType,
|
|
416
|
-
)
|
|
417
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_four import (
|
|
418
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemFour,
|
|
419
|
-
)
|
|
420
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_four_type import (
|
|
421
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemFourType,
|
|
422
|
-
)
|
|
423
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item import (
|
|
424
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItem,
|
|
425
|
-
)
|
|
426
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping import (
|
|
427
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMapping,
|
|
428
|
-
)
|
|
429
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child import (
|
|
430
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChild,
|
|
431
|
-
)
|
|
432
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item import (
|
|
433
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChildItem,
|
|
434
|
-
)
|
|
435
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping import (
|
|
436
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingRequireOutputMapping,
|
|
437
|
-
)
|
|
438
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_type import (
|
|
439
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingType,
|
|
440
|
-
)
|
|
441
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_children import (
|
|
442
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildren,
|
|
443
|
-
)
|
|
444
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_children_type import (
|
|
445
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildrenType,
|
|
446
|
-
)
|
|
447
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_four import (
|
|
448
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemFour,
|
|
449
|
-
)
|
|
450
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_four_type import (
|
|
451
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemFourType,
|
|
452
|
-
)
|
|
453
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_max_count_limit import (
|
|
454
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemMaxCountLimit,
|
|
455
|
-
)
|
|
456
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_max_count_limit_type import (
|
|
457
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemMaxCountLimitType,
|
|
458
|
-
)
|
|
459
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_one import (
|
|
460
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemOne,
|
|
461
|
-
)
|
|
462
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_one_type import (
|
|
463
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemOneType,
|
|
464
|
-
)
|
|
465
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_two import (
|
|
466
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemTwo,
|
|
467
|
-
)
|
|
468
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_item_two_type import (
|
|
469
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemTwoType,
|
|
470
|
-
)
|
|
471
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_max_count_limit import (
|
|
472
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemMaxCountLimit,
|
|
473
|
-
)
|
|
474
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_max_count_limit_type import (
|
|
475
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemMaxCountLimitType,
|
|
476
|
-
)
|
|
477
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_one import (
|
|
478
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemOne,
|
|
479
|
-
)
|
|
480
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_one_type import (
|
|
481
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemOneType,
|
|
482
|
-
)
|
|
483
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_two import (
|
|
484
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemTwo,
|
|
485
|
-
)
|
|
486
|
-
from .templates_create_agents_response_agents_item_tool_rules_item_two_type import (
|
|
487
|
-
TemplatesCreateAgentsResponseAgentsItemToolRulesItemTwoType,
|
|
488
|
-
)
|
|
489
|
-
from .templates_create_agents_response_agents_item_tools_item import TemplatesCreateAgentsResponseAgentsItemToolsItem
|
|
490
|
-
from .templates_create_agents_response_agents_item_tools_item_args_json_schema import (
|
|
491
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemArgsJsonSchema,
|
|
492
|
-
)
|
|
493
|
-
from .templates_create_agents_response_agents_item_tools_item_args_json_schema_item import (
|
|
494
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemArgsJsonSchemaItem,
|
|
495
|
-
)
|
|
496
|
-
from .templates_create_agents_response_agents_item_tools_item_created_by_id import (
|
|
497
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemCreatedById,
|
|
498
|
-
)
|
|
499
|
-
from .templates_create_agents_response_agents_item_tools_item_created_by_id_item import (
|
|
500
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemCreatedByIdItem,
|
|
501
|
-
)
|
|
502
|
-
from .templates_create_agents_response_agents_item_tools_item_description import (
|
|
503
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemDescription,
|
|
504
|
-
)
|
|
505
|
-
from .templates_create_agents_response_agents_item_tools_item_description_item import (
|
|
506
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemDescriptionItem,
|
|
507
|
-
)
|
|
508
|
-
from .templates_create_agents_response_agents_item_tools_item_json_schema import (
|
|
509
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemJsonSchema,
|
|
510
|
-
)
|
|
511
|
-
from .templates_create_agents_response_agents_item_tools_item_json_schema_item import (
|
|
512
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemJsonSchemaItem,
|
|
513
|
-
)
|
|
514
|
-
from .templates_create_agents_response_agents_item_tools_item_last_updated_by_id import (
|
|
515
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemLastUpdatedById,
|
|
516
|
-
)
|
|
517
|
-
from .templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item import (
|
|
518
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemLastUpdatedByIdItem,
|
|
519
|
-
)
|
|
520
|
-
from .templates_create_agents_response_agents_item_tools_item_metadata import (
|
|
521
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemMetadata,
|
|
522
|
-
)
|
|
523
|
-
from .templates_create_agents_response_agents_item_tools_item_metadata_item import (
|
|
524
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemMetadataItem,
|
|
525
|
-
)
|
|
526
|
-
from .templates_create_agents_response_agents_item_tools_item_name import (
|
|
527
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemName,
|
|
528
|
-
)
|
|
529
|
-
from .templates_create_agents_response_agents_item_tools_item_name_item import (
|
|
530
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemNameItem,
|
|
531
|
-
)
|
|
532
|
-
from .templates_create_agents_response_agents_item_tools_item_organization_id import (
|
|
533
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemOrganizationId,
|
|
534
|
-
)
|
|
535
|
-
from .templates_create_agents_response_agents_item_tools_item_organization_id_item import (
|
|
536
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemOrganizationIdItem,
|
|
537
|
-
)
|
|
538
|
-
from .templates_create_agents_response_agents_item_tools_item_source_code import (
|
|
539
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemSourceCode,
|
|
540
|
-
)
|
|
541
|
-
from .templates_create_agents_response_agents_item_tools_item_source_code_item import (
|
|
542
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemSourceCodeItem,
|
|
543
|
-
)
|
|
544
|
-
from .templates_create_agents_response_agents_item_tools_item_source_type import (
|
|
545
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemSourceType,
|
|
546
|
-
)
|
|
547
|
-
from .templates_create_agents_response_agents_item_tools_item_source_type_item import (
|
|
548
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemSourceTypeItem,
|
|
549
|
-
)
|
|
550
|
-
from .templates_create_agents_response_agents_item_tools_item_tool_type import (
|
|
551
|
-
TemplatesCreateAgentsResponseAgentsItemToolsItemToolType,
|
|
552
|
-
)
|
|
553
|
-
from .templates_create_agents_response_agents_item_updated_at import TemplatesCreateAgentsResponseAgentsItemUpdatedAt
|
|
554
|
-
from .templates_create_agents_response_agents_item_updated_at_item import (
|
|
555
|
-
TemplatesCreateAgentsResponseAgentsItemUpdatedAtItem,
|
|
556
|
-
)
|
|
557
4
|
|
|
558
|
-
__all__ = [
|
|
559
|
-
"TemplatesCreateAgentsResponse",
|
|
560
|
-
"TemplatesCreateAgentsResponseAgentsItem",
|
|
561
|
-
"TemplatesCreateAgentsResponseAgentsItemAgentType",
|
|
562
|
-
"TemplatesCreateAgentsResponseAgentsItemBaseTemplateId",
|
|
563
|
-
"TemplatesCreateAgentsResponseAgentsItemBaseTemplateIdItem",
|
|
564
|
-
"TemplatesCreateAgentsResponseAgentsItemCreatedAt",
|
|
565
|
-
"TemplatesCreateAgentsResponseAgentsItemCreatedAtItem",
|
|
566
|
-
"TemplatesCreateAgentsResponseAgentsItemCreatedById",
|
|
567
|
-
"TemplatesCreateAgentsResponseAgentsItemCreatedByIdItem",
|
|
568
|
-
"TemplatesCreateAgentsResponseAgentsItemDescription",
|
|
569
|
-
"TemplatesCreateAgentsResponseAgentsItemDescriptionItem",
|
|
570
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfig",
|
|
571
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureDeployment",
|
|
572
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureDeploymentItem",
|
|
573
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureEndpoint",
|
|
574
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureEndpointItem",
|
|
575
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureVersion",
|
|
576
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigAzureVersionItem",
|
|
577
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingChunkSize",
|
|
578
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem",
|
|
579
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpoint",
|
|
580
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem",
|
|
581
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigEmbeddingEndpointType",
|
|
582
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigHandle",
|
|
583
|
-
"TemplatesCreateAgentsResponseAgentsItemEmbeddingConfigHandleItem",
|
|
584
|
-
"TemplatesCreateAgentsResponseAgentsItemIdentityIds",
|
|
585
|
-
"TemplatesCreateAgentsResponseAgentsItemLastUpdatedById",
|
|
586
|
-
"TemplatesCreateAgentsResponseAgentsItemLastUpdatedByIdItem",
|
|
587
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfig",
|
|
588
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigEnableReasoner",
|
|
589
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigHandle",
|
|
590
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigHandleItem",
|
|
591
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxReasoningTokens",
|
|
592
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxTokens",
|
|
593
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigMaxTokensItem",
|
|
594
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpoint",
|
|
595
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpointItem",
|
|
596
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigModelEndpointType",
|
|
597
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigModelWrapper",
|
|
598
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigModelWrapperItem",
|
|
599
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigPutInnerThoughtsInKwargs",
|
|
600
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigPutInnerThoughtsInKwargsItem",
|
|
601
|
-
"TemplatesCreateAgentsResponseAgentsItemLlmConfigTemperature",
|
|
602
|
-
"TemplatesCreateAgentsResponseAgentsItemMemory",
|
|
603
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItem",
|
|
604
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemCreatedById",
|
|
605
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemCreatedByIdItem",
|
|
606
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemDescription",
|
|
607
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemDescriptionItem",
|
|
608
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemId",
|
|
609
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemIsTemplate",
|
|
610
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLabel",
|
|
611
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLabelItem",
|
|
612
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLastUpdatedById",
|
|
613
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem",
|
|
614
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemLimit",
|
|
615
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemMetadata",
|
|
616
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemMetadataItem",
|
|
617
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemName",
|
|
618
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemNameItem",
|
|
619
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemOrganizationId",
|
|
620
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryBlocksItemOrganizationIdItem",
|
|
621
|
-
"TemplatesCreateAgentsResponseAgentsItemMemoryPromptTemplate",
|
|
622
|
-
"TemplatesCreateAgentsResponseAgentsItemMessageBufferAutoclear",
|
|
623
|
-
"TemplatesCreateAgentsResponseAgentsItemMessageIds",
|
|
624
|
-
"TemplatesCreateAgentsResponseAgentsItemMessageIdsItem",
|
|
625
|
-
"TemplatesCreateAgentsResponseAgentsItemMetadata",
|
|
626
|
-
"TemplatesCreateAgentsResponseAgentsItemMetadataItem",
|
|
627
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroup",
|
|
628
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIds",
|
|
629
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentId",
|
|
630
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerAgentIdItem",
|
|
631
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsManagerType",
|
|
632
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsMaxTurns",
|
|
633
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsMaxTurnsItem",
|
|
634
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsTerminationToken",
|
|
635
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupAgentIdsTerminationTokenItem",
|
|
636
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItem",
|
|
637
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIds",
|
|
638
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerAgentId",
|
|
639
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerAgentIdItem",
|
|
640
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsManagerType",
|
|
641
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsMaxTurns",
|
|
642
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsMaxTurnsItem",
|
|
643
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsTerminationToken",
|
|
644
|
-
"TemplatesCreateAgentsResponseAgentsItemMultiAgentGroupItemAgentIdsTerminationTokenItem",
|
|
645
|
-
"TemplatesCreateAgentsResponseAgentsItemOrganizationId",
|
|
646
|
-
"TemplatesCreateAgentsResponseAgentsItemOrganizationIdItem",
|
|
647
|
-
"TemplatesCreateAgentsResponseAgentsItemProjectId",
|
|
648
|
-
"TemplatesCreateAgentsResponseAgentsItemProjectIdItem",
|
|
649
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItem",
|
|
650
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedAt",
|
|
651
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedAtItem",
|
|
652
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedById",
|
|
653
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemCreatedByIdItem",
|
|
654
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemDescription",
|
|
655
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemDescriptionItem",
|
|
656
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfig",
|
|
657
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureDeployment",
|
|
658
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureDeploymentItem",
|
|
659
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpoint",
|
|
660
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureEndpointItem",
|
|
661
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureVersion",
|
|
662
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigAzureVersionItem",
|
|
663
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSize",
|
|
664
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingChunkSizeItem",
|
|
665
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpoint",
|
|
666
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointItem",
|
|
667
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigEmbeddingEndpointType",
|
|
668
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigHandle",
|
|
669
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemEmbeddingConfigHandleItem",
|
|
670
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemId",
|
|
671
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemLastUpdatedById",
|
|
672
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemLastUpdatedByIdItem",
|
|
673
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemMetadata",
|
|
674
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemMetadataItem",
|
|
675
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemOrganizationId",
|
|
676
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemOrganizationIdItem",
|
|
677
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemUpdatedAt",
|
|
678
|
-
"TemplatesCreateAgentsResponseAgentsItemSourcesItemUpdatedAtItem",
|
|
679
|
-
"TemplatesCreateAgentsResponseAgentsItemTemplateId",
|
|
680
|
-
"TemplatesCreateAgentsResponseAgentsItemTemplateIdItem",
|
|
681
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariables",
|
|
682
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItem",
|
|
683
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAt",
|
|
684
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedAtItem",
|
|
685
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedById",
|
|
686
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemCreatedByIdItem",
|
|
687
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemDescription",
|
|
688
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemDescriptionItem",
|
|
689
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemId",
|
|
690
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedById",
|
|
691
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemLastUpdatedByIdItem",
|
|
692
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationId",
|
|
693
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemOrganizationIdItem",
|
|
694
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAt",
|
|
695
|
-
"TemplatesCreateAgentsResponseAgentsItemToolExecEnvironmentVariablesItemUpdatedAtItem",
|
|
696
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRules",
|
|
697
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItem",
|
|
698
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMapping",
|
|
699
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingDefaultChild",
|
|
700
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingDefaultChildItem",
|
|
701
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingRequireOutputMapping",
|
|
702
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildOutputMappingType",
|
|
703
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildren",
|
|
704
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemChildrenType",
|
|
705
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemFour",
|
|
706
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemFourType",
|
|
707
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItem",
|
|
708
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMapping",
|
|
709
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChild",
|
|
710
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingDefaultChildItem",
|
|
711
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingRequireOutputMapping",
|
|
712
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildOutputMappingType",
|
|
713
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildren",
|
|
714
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemChildrenType",
|
|
715
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemFour",
|
|
716
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemFourType",
|
|
717
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemMaxCountLimit",
|
|
718
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemMaxCountLimitType",
|
|
719
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemOne",
|
|
720
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemOneType",
|
|
721
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemTwo",
|
|
722
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemItemTwoType",
|
|
723
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemMaxCountLimit",
|
|
724
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemMaxCountLimitType",
|
|
725
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemOne",
|
|
726
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemOneType",
|
|
727
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemTwo",
|
|
728
|
-
"TemplatesCreateAgentsResponseAgentsItemToolRulesItemTwoType",
|
|
729
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItem",
|
|
730
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemArgsJsonSchema",
|
|
731
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemArgsJsonSchemaItem",
|
|
732
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemCreatedById",
|
|
733
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemCreatedByIdItem",
|
|
734
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemDescription",
|
|
735
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemDescriptionItem",
|
|
736
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemJsonSchema",
|
|
737
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemJsonSchemaItem",
|
|
738
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemLastUpdatedById",
|
|
739
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemLastUpdatedByIdItem",
|
|
740
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemMetadata",
|
|
741
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemMetadataItem",
|
|
742
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemName",
|
|
743
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemNameItem",
|
|
744
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemOrganizationId",
|
|
745
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemOrganizationIdItem",
|
|
746
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemSourceCode",
|
|
747
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemSourceCodeItem",
|
|
748
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemSourceType",
|
|
749
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemSourceTypeItem",
|
|
750
|
-
"TemplatesCreateAgentsResponseAgentsItemToolsItemToolType",
|
|
751
|
-
"TemplatesCreateAgentsResponseAgentsItemUpdatedAt",
|
|
752
|
-
"TemplatesCreateAgentsResponseAgentsItemUpdatedAtItem",
|
|
753
|
-
]
|
|
5
|
+
__all__ = ["TemplatesCreateAgentsResponse"]
|