letta-client 0.1.39__py3-none-any.whl → 0.1.41__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 +334 -334
- letta_client/agents/client.py +14 -14
- letta_client/core/client_wrapper.py +1 -1
- letta_client/identities/client.py +12 -12
- letta_client/templates/__init__.py +334 -334
- letta_client/templates/client.py +15 -15
- letta_client/templates/types/__init__.py +487 -513
- letta_client/templates/types/{templates_create_agents_from_template_response.py → templates_create_agents_response.py} +3 -5
- letta_client/templates/types/templates_create_agents_response_agents_item.py +84 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_agent_type.py → templates_create_agents_response_agents_item_agent_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +50 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +5 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type.py → templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_project_id_item.py → templates_create_agents_response_agents_item_embedding_config_handle_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +50 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_template_id_item.py → templates_create_agents_response_agents_item_llm_config_model_endpoint_item.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type.py → templates_create_agents_response_agents_item_llm_config_model_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_created_at_item.py → templates_create_agents_response_agents_item_llm_config_model_wrapper_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +26 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +59 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_last_updated_by_id_item.py → templates_create_agents_response_agents_item_memory_blocks_item_created_by_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_updated_at_item.py → templates_create_agents_response_agents_item_memory_blocks_item_label_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_metadata_item.py → templates_create_agents_response_agents_item_memory_blocks_item_metadata_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +55 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +56 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_organization_id_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py → templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_organization_id_item.py → templates_create_agents_response_agents_item_sources_item_last_updated_by_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_metadata_item.py → templates_create_agents_response_agents_item_sources_item_metadata_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tools_item_name_item.py → templates_create_agents_response_agents_item_sources_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +57 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py +7 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_id.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_id.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +15 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +13 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item.py → templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +7 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template.py → templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_type.py → templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_children.py → templates_create_agents_response_agents_item_tool_rules_item_children.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_children_type.py → templates_create_agents_response_agents_item_tool_rules_item_children_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +26 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +36 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +15 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +7 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_message_buffer_autoclear.py → templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children.py → templates_create_agents_response_agents_item_tool_rules_item_item_children.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_children_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_children_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_two.py → templates_create_agents_response_agents_item_tool_rules_item_item_one.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_one_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_one.py → templates_create_agents_response_agents_item_tool_rules_item_item_tool_name.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_tool_name_type.py} +1 -1
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two.py → templates_create_agents_response_agents_item_tool_rules_item_item_two.py} +4 -4
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_two_type.py → templates_create_agents_response_agents_item_tool_rules_item_item_two_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one_type.py → templates_create_agents_response_agents_item_tool_rules_item_one_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name_type.py → templates_create_agents_response_agents_item_tool_rules_item_tool_name_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +23 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tool_rules_item_item_two_type.py → templates_create_agents_response_agents_item_tool_rules_item_two_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +57 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tools_item_json_schema_item.py → templates_create_agents_response_agents_item_tools_item_json_schema_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +10 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +12 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_description_item.py → templates_create_agents_response_agents_item_tools_item_organization_id_item.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +5 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +12 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py +5 -0
- letta_client/templates/types/{templates_create_agents_from_template_response_agents_item_tools_item_tool_type.py → templates_create_agents_response_agents_item_tools_item_tool_type.py} +1 -1
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +13 -0
- letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +5 -0
- letta_client/types/identity.py +3 -3
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/METADATA +1 -1
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/RECORD +178 -178
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +0 -110
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +0 -58
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +0 -50
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +0 -26
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +0 -65
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +0 -59
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +0 -60
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +0 -15
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +0 -11
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +0 -61
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +0 -13
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +0 -10
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -26
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -38
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -17
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_require_output_mapping.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py +0 -23
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +0 -59
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +0 -7
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +0 -12
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +0 -5
- letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +0 -13
- {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/WHEEL +0 -0
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_base_template_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateId = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemBaseTemplateIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_created_at_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAt = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedAtItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_created_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemCreatedByIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_description_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemDescriptionItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemDescription = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemDescriptionItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_type import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointType,
|
|
6
|
-
)
|
|
7
|
-
import typing
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_handle import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_version import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment,
|
|
25
|
-
)
|
|
26
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
27
|
-
import pydantic
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfig(UncheckedBaseModel):
|
|
31
|
-
embedding_endpoint_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointType
|
|
32
|
-
embedding_endpoint: typing.Optional[
|
|
33
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint
|
|
34
|
-
] = None
|
|
35
|
-
embedding_model: str
|
|
36
|
-
embedding_dim: float
|
|
37
|
-
embedding_chunk_size: typing.Optional[
|
|
38
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize
|
|
39
|
-
] = None
|
|
40
|
-
handle: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle] = None
|
|
41
|
-
azure_endpoint: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint] = (
|
|
42
|
-
None
|
|
43
|
-
)
|
|
44
|
-
azure_version: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion] = (
|
|
45
|
-
None
|
|
46
|
-
)
|
|
47
|
-
azure_deployment: typing.Optional[
|
|
48
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment
|
|
49
|
-
] = None
|
|
50
|
-
|
|
51
|
-
if IS_PYDANTIC_V2:
|
|
52
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
53
|
-
else:
|
|
54
|
-
|
|
55
|
-
class Config:
|
|
56
|
-
frozen = True
|
|
57
|
-
smart_union = True
|
|
58
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeploymentItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeployment = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureDeploymentItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpointItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpoint = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureEndpointItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_azure_version_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersionItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersion = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigAzureVersionItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSize = typing.Union[
|
|
9
|
-
float,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingChunkSizeItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpoint = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigEmbeddingEndpointItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_embedding_config_handle_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandleItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandle = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemEmbeddingConfigHandleItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_identifier_key_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentifierKeyItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentifierKey = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemIdentifierKeyItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_last_updated_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLastUpdatedByIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_type import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpointType,
|
|
6
|
-
)
|
|
7
|
-
import typing
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpoint,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelWrapper,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigPutInnerThoughtsInKwargs,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_handle import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigHandle,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_temperature import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigTemperature,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_max_tokens import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigMaxTokens,
|
|
25
|
-
)
|
|
26
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
27
|
-
import pydantic
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfig(UncheckedBaseModel):
|
|
31
|
-
model: str
|
|
32
|
-
model_endpoint_type: TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpointType
|
|
33
|
-
model_endpoint: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpoint] = None
|
|
34
|
-
model_wrapper: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelWrapper] = None
|
|
35
|
-
context_window: float
|
|
36
|
-
put_inner_thoughts_in_kwargs: typing.Optional[
|
|
37
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigPutInnerThoughtsInKwargs
|
|
38
|
-
] = None
|
|
39
|
-
handle: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigHandle] = None
|
|
40
|
-
temperature: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigTemperature] = None
|
|
41
|
-
max_tokens: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigMaxTokens] = None
|
|
42
|
-
|
|
43
|
-
if IS_PYDANTIC_V2:
|
|
44
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
45
|
-
else:
|
|
46
|
-
|
|
47
|
-
class Config:
|
|
48
|
-
frozen = True
|
|
49
|
-
smart_union = True
|
|
50
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_handle_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigHandleItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigHandle = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigHandleItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigMaxTokensItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigMaxTokens = typing.Union[
|
|
9
|
-
float,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigMaxTokensItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpointItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpoint = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelEndpointItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelWrapperItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelWrapper = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigModelWrapperItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigPutInnerThoughtsInKwargsItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigPutInnerThoughtsInKwargs = typing.Union[
|
|
9
|
-
bool,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemLlmConfigPutInnerThoughtsInKwargsItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItem,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_memory_prompt_template import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryPromptTemplate,
|
|
10
|
-
)
|
|
11
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
12
|
-
import pydantic
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemMemory(UncheckedBaseModel):
|
|
16
|
-
blocks: typing.List[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItem]
|
|
17
|
-
prompt_template: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryPromptTemplate] = None
|
|
18
|
-
|
|
19
|
-
if IS_PYDANTIC_V2:
|
|
20
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
21
|
-
else:
|
|
22
|
-
|
|
23
|
-
class Config:
|
|
24
|
-
frozen = True
|
|
25
|
-
smart_union = True
|
|
26
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
from ...core.unchecked_base_model import UncheckedBaseModel
|
|
4
|
-
import typing
|
|
5
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit import (
|
|
6
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLimit,
|
|
7
|
-
)
|
|
8
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_name import (
|
|
9
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName,
|
|
10
|
-
)
|
|
11
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_is_template import (
|
|
12
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemIsTemplate,
|
|
13
|
-
)
|
|
14
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_label import (
|
|
15
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel,
|
|
16
|
-
)
|
|
17
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_description import (
|
|
18
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription,
|
|
19
|
-
)
|
|
20
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata import (
|
|
21
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata,
|
|
22
|
-
)
|
|
23
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_id import (
|
|
24
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemId,
|
|
25
|
-
)
|
|
26
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id import (
|
|
27
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationId,
|
|
28
|
-
)
|
|
29
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id import (
|
|
30
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById,
|
|
31
|
-
)
|
|
32
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id import (
|
|
33
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById,
|
|
34
|
-
)
|
|
35
|
-
from ...core.pydantic_utilities import IS_PYDANTIC_V2
|
|
36
|
-
import pydantic
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
class TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItem(UncheckedBaseModel):
|
|
40
|
-
value: str
|
|
41
|
-
limit: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLimit] = None
|
|
42
|
-
name: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemName] = None
|
|
43
|
-
is_template: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemIsTemplate] = None
|
|
44
|
-
label: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel] = None
|
|
45
|
-
description: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription] = None
|
|
46
|
-
metadata: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata] = None
|
|
47
|
-
id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemId] = None
|
|
48
|
-
organization_id: typing.Optional[
|
|
49
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemOrganizationId
|
|
50
|
-
] = None
|
|
51
|
-
created_by_id: typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById] = (
|
|
52
|
-
None
|
|
53
|
-
)
|
|
54
|
-
last_updated_by_id: typing.Optional[
|
|
55
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById
|
|
56
|
-
] = None
|
|
57
|
-
|
|
58
|
-
if IS_PYDANTIC_V2:
|
|
59
|
-
model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
|
|
60
|
-
else:
|
|
61
|
-
|
|
62
|
-
class Config:
|
|
63
|
-
frozen = True
|
|
64
|
-
smart_union = True
|
|
65
|
-
extra = pydantic.Extra.allow
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemCreatedByIdItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_description_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescriptionItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescription = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemDescriptionItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabelItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabel = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLabelItem]],
|
|
12
|
-
typing.Optional[typing.Any],
|
|
13
|
-
]
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedById = typing.Union[
|
|
9
|
-
str,
|
|
10
|
-
typing.Optional[str],
|
|
11
|
-
typing.List[
|
|
12
|
-
typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemLastUpdatedByIdItem]
|
|
13
|
-
],
|
|
14
|
-
typing.Optional[typing.Any],
|
|
15
|
-
]
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
# This file was auto-generated by Fern from our API Definition.
|
|
2
|
-
|
|
3
|
-
import typing
|
|
4
|
-
from .templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item import (
|
|
5
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadataItem,
|
|
6
|
-
)
|
|
7
|
-
|
|
8
|
-
TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadata = typing.Union[
|
|
9
|
-
typing.Optional[str],
|
|
10
|
-
typing.List[typing.Optional[TemplatesCreateAgentsFromTemplateResponseAgentsItemMemoryBlocksItemMetadataItem]],
|
|
11
|
-
typing.Optional[typing.Any],
|
|
12
|
-
]
|