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.

Files changed (302) hide show
  1. letta_client/__init__.py +334 -334
  2. letta_client/agents/client.py +14 -14
  3. letta_client/core/client_wrapper.py +1 -1
  4. letta_client/identities/client.py +12 -12
  5. letta_client/templates/__init__.py +334 -334
  6. letta_client/templates/client.py +15 -15
  7. letta_client/templates/types/__init__.py +487 -513
  8. letta_client/templates/types/{templates_create_agents_from_template_response.py → templates_create_agents_response.py} +3 -5
  9. letta_client/templates/types/templates_create_agents_response_agents_item.py +84 -0
  10. 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
  11. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id.py +13 -0
  12. letta_client/templates/types/templates_create_agents_response_agents_item_base_template_id_item.py +5 -0
  13. letta_client/templates/types/templates_create_agents_response_agents_item_created_at.py +13 -0
  14. letta_client/templates/types/templates_create_agents_response_agents_item_created_at_item.py +5 -0
  15. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id.py +13 -0
  16. letta_client/templates/types/templates_create_agents_response_agents_item_created_by_id_item.py +5 -0
  17. letta_client/templates/types/templates_create_agents_response_agents_item_description.py +13 -0
  18. letta_client/templates/types/templates_create_agents_response_agents_item_description_item.py +5 -0
  19. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config.py +50 -0
  20. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment.py +13 -0
  21. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_deployment_item.py +5 -0
  22. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint.py +13 -0
  23. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_endpoint_item.py +5 -0
  24. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version.py +13 -0
  25. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_azure_version_item.py +5 -0
  26. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size.py +13 -0
  27. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_chunk_size_item.py +5 -0
  28. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint.py +13 -0
  29. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_embedding_endpoint_item.py +5 -0
  30. 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
  31. letta_client/templates/types/templates_create_agents_response_agents_item_embedding_config_handle.py +13 -0
  32. 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
  33. letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key.py +13 -0
  34. letta_client/templates/types/templates_create_agents_response_agents_item_identifier_key_item.py +5 -0
  35. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id.py +13 -0
  36. letta_client/templates/types/templates_create_agents_response_agents_item_last_updated_by_id_item.py +5 -0
  37. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config.py +50 -0
  38. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle.py +13 -0
  39. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_handle_item.py +5 -0
  40. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens.py +13 -0
  41. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_max_tokens_item.py +5 -0
  42. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_endpoint.py +13 -0
  43. 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
  44. 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
  45. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_model_wrapper.py +13 -0
  46. 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
  47. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +13 -0
  48. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +5 -0
  49. letta_client/templates/types/templates_create_agents_response_agents_item_llm_config_temperature.py +5 -0
  50. letta_client/templates/types/templates_create_agents_response_agents_item_memory.py +26 -0
  51. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item.py +59 -0
  52. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_created_by_id.py +13 -0
  53. 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
  54. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description.py +13 -0
  55. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_description_item.py +5 -0
  56. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_id.py +5 -0
  57. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_is_template.py +5 -0
  58. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_label.py +13 -0
  59. 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
  60. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id.py +13 -0
  61. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +5 -0
  62. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_limit.py +5 -0
  63. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_metadata.py +12 -0
  64. 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
  65. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name.py +13 -0
  66. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_name_item.py +5 -0
  67. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id.py +13 -0
  68. letta_client/templates/types/templates_create_agents_response_agents_item_memory_blocks_item_organization_id_item.py +5 -0
  69. letta_client/templates/types/templates_create_agents_response_agents_item_memory_prompt_template.py +5 -0
  70. letta_client/templates/types/templates_create_agents_response_agents_item_message_buffer_autoclear.py +5 -0
  71. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids.py +13 -0
  72. letta_client/templates/types/templates_create_agents_response_agents_item_message_ids_item.py +5 -0
  73. letta_client/templates/types/templates_create_agents_response_agents_item_metadata.py +12 -0
  74. letta_client/templates/types/templates_create_agents_response_agents_item_metadata_item.py +5 -0
  75. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id.py +13 -0
  76. letta_client/templates/types/templates_create_agents_response_agents_item_organization_id_item.py +5 -0
  77. letta_client/templates/types/templates_create_agents_response_agents_item_project_id.py +13 -0
  78. letta_client/templates/types/templates_create_agents_response_agents_item_project_id_item.py +5 -0
  79. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item.py +55 -0
  80. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at.py +13 -0
  81. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_at_item.py +5 -0
  82. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id.py +13 -0
  83. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_created_by_id_item.py +5 -0
  84. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description.py +13 -0
  85. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_description_item.py +5 -0
  86. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config.py +56 -0
  87. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_deployment.py +13 -0
  88. 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
  89. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_endpoint.py +13 -0
  90. 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
  91. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_azure_version.py +13 -0
  92. 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
  93. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +15 -0
  94. 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
  95. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +15 -0
  96. 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
  97. 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
  98. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle.py +13 -0
  99. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_embedding_config_handle_item.py +5 -0
  100. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_id.py +5 -0
  101. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_last_updated_by_id.py +13 -0
  102. 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
  103. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_metadata.py +12 -0
  104. 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
  105. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_organization_id.py +13 -0
  106. 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
  107. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at.py +13 -0
  108. letta_client/templates/types/templates_create_agents_response_agents_item_sources_item_updated_at_item.py +5 -0
  109. letta_client/templates/types/templates_create_agents_response_agents_item_template_id.py +13 -0
  110. letta_client/templates/types/templates_create_agents_response_agents_item_template_id_item.py +5 -0
  111. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables.py +10 -0
  112. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item.py +57 -0
  113. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_at.py +13 -0
  114. 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
  115. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +15 -0
  116. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +7 -0
  117. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description.py +15 -0
  118. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_description_item.py +7 -0
  119. 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
  120. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +15 -0
  121. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id_item.py +7 -0
  122. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_organization_id.py +15 -0
  123. 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
  124. letta_client/templates/types/templates_create_agents_response_agents_item_tool_exec_environment_variables_item_updated_at.py +13 -0
  125. 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
  126. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules.py +13 -0
  127. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item.py +10 -0
  128. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping.py +36 -0
  129. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +15 -0
  130. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +7 -0
  131. 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
  132. 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
  133. 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
  134. 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
  135. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item.py +26 -0
  136. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping.py +36 -0
  137. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +15 -0
  138. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_item_child_output_mapping_default_child_item.py +7 -0
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_one.py +23 -0
  150. 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
  151. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_tool_name.py +23 -0
  152. 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
  153. letta_client/templates/types/templates_create_agents_response_agents_item_tool_rules_item_two.py +23 -0
  154. 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
  155. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item.py +57 -0
  156. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id.py +12 -0
  157. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_created_by_id_item.py +5 -0
  158. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description.py +12 -0
  159. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_description_item.py +5 -0
  160. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_json_schema.py +12 -0
  161. 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
  162. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id.py +12 -0
  163. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_last_updated_by_id_item.py +5 -0
  164. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name.py +10 -0
  165. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_name_item.py +5 -0
  166. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_organization_id.py +12 -0
  167. 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
  168. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code.py +12 -0
  169. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_code_item.py +5 -0
  170. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type.py +12 -0
  171. letta_client/templates/types/templates_create_agents_response_agents_item_tools_item_source_type_item.py +5 -0
  172. 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
  173. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at.py +13 -0
  174. letta_client/templates/types/templates_create_agents_response_agents_item_updated_at_item.py +5 -0
  175. letta_client/types/identity.py +3 -3
  176. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/METADATA +1 -1
  177. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/RECORD +178 -178
  178. letta_client/templates/types/templates_create_agents_from_template_response_agents_item.py +0 -110
  179. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id.py +0 -13
  180. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_base_template_id_item.py +0 -5
  181. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_at.py +0 -13
  182. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id.py +0 -13
  183. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_created_by_id_item.py +0 -5
  184. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_description.py +0 -13
  185. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config.py +0 -58
  186. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_deployment.py +0 -13
  187. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_endpoint.py +0 -13
  188. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_azure_version.py +0 -13
  189. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_chunk_size.py +0 -15
  190. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_embedding_endpoint.py +0 -15
  191. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle.py +0 -13
  192. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_embedding_config_handle_item.py +0 -5
  193. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key.py +0 -13
  194. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_identifier_key_item.py +0 -5
  195. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_last_updated_by_id.py +0 -13
  196. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config.py +0 -50
  197. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle.py +0 -13
  198. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_handle_item.py +0 -5
  199. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens.py +0 -13
  200. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_max_tokens_item.py +0 -5
  201. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint.py +0 -13
  202. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_endpoint_item.py +0 -5
  203. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper.py +0 -13
  204. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_model_wrapper_item.py +0 -5
  205. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs.py +0 -15
  206. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_put_inner_thoughts_in_kwargs_item.py +0 -7
  207. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_llm_config_temperature.py +0 -7
  208. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory.py +0 -26
  209. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item.py +0 -65
  210. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_created_by_id.py +0 -13
  211. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_description.py +0 -13
  212. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_id.py +0 -5
  213. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label.py +0 -13
  214. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_label_item.py +0 -5
  215. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id.py +0 -15
  216. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_last_updated_by_id_item.py +0 -7
  217. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_limit.py +0 -7
  218. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata.py +0 -12
  219. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_metadata_item.py +0 -7
  220. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name.py +0 -13
  221. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_name_item.py +0 -5
  222. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id.py +0 -13
  223. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_blocks_item_organization_id_item.py +0 -7
  224. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_memory_prompt_template.py +0 -5
  225. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids.py +0 -13
  226. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_message_ids_item.py +0 -5
  227. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_metadata.py +0 -12
  228. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_organization_id.py +0 -13
  229. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_project_id.py +0 -13
  230. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item.py +0 -59
  231. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at.py +0 -13
  232. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_at_item.py +0 -5
  233. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id.py +0 -13
  234. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_created_by_id_item.py +0 -5
  235. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description.py +0 -13
  236. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_description_item.py +0 -5
  237. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config.py +0 -60
  238. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment.py +0 -17
  239. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_deployment_item.py +0 -7
  240. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint.py +0 -15
  241. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_endpoint_item.py +0 -7
  242. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version.py +0 -15
  243. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_azure_version_item.py +0 -7
  244. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size.py +0 -17
  245. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_chunk_size_item.py +0 -7
  246. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint.py +0 -17
  247. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_embedding_endpoint_item.py +0 -7
  248. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle.py +0 -15
  249. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_embedding_config_handle_item.py +0 -7
  250. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_id.py +0 -5
  251. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id.py +0 -13
  252. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_last_updated_by_id_item.py +0 -7
  253. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_metadata.py +0 -12
  254. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_organization_id.py +0 -13
  255. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at.py +0 -13
  256. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_sources_item_updated_at_item.py +0 -5
  257. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_template_id.py +0 -13
  258. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables.py +0 -11
  259. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item.py +0 -61
  260. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at.py +0 -17
  261. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_at_item.py +0 -7
  262. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id.py +0 -17
  263. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_created_by_id_item.py +0 -7
  264. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description.py +0 -17
  265. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_description_item.py +0 -7
  266. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_last_updated_by_id.py +0 -17
  267. 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
  268. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id.py +0 -17
  269. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_organization_id_item.py +0 -7
  270. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at.py +0 -17
  271. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_exec_environment_variables_item_updated_at_item.py +0 -7
  272. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules.py +0 -13
  273. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item.py +0 -10
  274. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping.py +0 -36
  275. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child.py +0 -17
  276. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_default_child_item.py +0 -7
  277. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_child_output_mapping_require_output_mapping.py +0 -7
  278. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item.py +0 -26
  279. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping.py +0 -38
  280. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_child_output_mapping_default_child.py +0 -17
  281. 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
  282. 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
  283. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_one.py +0 -23
  284. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_item_tool_name.py +0 -23
  285. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tool_rules_item_tool_name.py +0 -23
  286. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item.py +0 -59
  287. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id.py +0 -12
  288. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_created_by_id_item.py +0 -5
  289. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description.py +0 -12
  290. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_description_item.py +0 -5
  291. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_json_schema.py +0 -12
  292. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id.py +0 -12
  293. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_last_updated_by_id_item.py +0 -7
  294. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_name.py +0 -12
  295. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id.py +0 -12
  296. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_organization_id_item.py +0 -5
  297. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code.py +0 -12
  298. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_code_item.py +0 -5
  299. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type.py +0 -12
  300. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_tools_item_source_type_item.py +0 -5
  301. letta_client/templates/types/templates_create_agents_from_template_response_agents_item_updated_at.py +0 -13
  302. {letta_client-0.1.39.dist-info → letta_client-0.1.41.dist-info}/WHEEL +0 -0
@@ -171,7 +171,7 @@ class AgentsClient:
171
171
  def create(
172
172
  self,
173
173
  *,
174
- project_slug: typing.Optional[str] = None,
174
+ project: typing.Optional[str] = None,
175
175
  name: typing.Optional[str] = OMIT,
176
176
  memory_blocks: typing.Optional[typing.Sequence[CreateBlock]] = OMIT,
177
177
  tools: typing.Optional[typing.Sequence[str]] = OMIT,
@@ -196,7 +196,7 @@ class AgentsClient:
196
196
  embedding_chunk_size: typing.Optional[int] = OMIT,
197
197
  from_template: typing.Optional[str] = OMIT,
198
198
  template: typing.Optional[bool] = OMIT,
199
- project: typing.Optional[str] = OMIT,
199
+ create_agent_request_project: typing.Optional[str] = OMIT,
200
200
  tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
201
201
  memory_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
202
202
  project_id: typing.Optional[str] = OMIT,
@@ -211,7 +211,7 @@ class AgentsClient:
211
211
 
212
212
  Parameters
213
213
  ----------
214
- project_slug : typing.Optional[str]
214
+ project : typing.Optional[str]
215
215
 
216
216
  name : typing.Optional[str]
217
217
  The name of the agent.
@@ -285,8 +285,8 @@ class AgentsClient:
285
285
  template : typing.Optional[bool]
286
286
  Whether the agent is a template
287
287
 
288
- project : typing.Optional[str]
289
- Deprecated: Project should now be passed via the project-slug header instead of in the request body. If using the sdk, this can be done via the new project_slug field below.
288
+ create_agent_request_project : typing.Optional[str]
289
+ Deprecated: Project should now be passed via the X-Project header instead of in the request body. If using the sdk, this can be done via the new x_project field below.
290
290
 
291
291
  tool_exec_environment_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
292
292
  The environment variables for tool execution specific to this agent.
@@ -364,7 +364,7 @@ class AgentsClient:
364
364
  "embedding_chunk_size": embedding_chunk_size,
365
365
  "from_template": from_template,
366
366
  "template": template,
367
- "project": project,
367
+ "project": create_agent_request_project,
368
368
  "tool_exec_environment_variables": tool_exec_environment_variables,
369
369
  "memory_variables": memory_variables,
370
370
  "project_id": project_id,
@@ -375,7 +375,7 @@ class AgentsClient:
375
375
  },
376
376
  headers={
377
377
  "content-type": "application/json",
378
- "project-slug": str(project_slug) if project_slug is not None else None,
378
+ "X-Project": str(project) if project is not None else None,
379
379
  },
380
380
  request_options=request_options,
381
381
  omit=OMIT,
@@ -963,7 +963,7 @@ class AsyncAgentsClient:
963
963
  async def create(
964
964
  self,
965
965
  *,
966
- project_slug: typing.Optional[str] = None,
966
+ project: typing.Optional[str] = None,
967
967
  name: typing.Optional[str] = OMIT,
968
968
  memory_blocks: typing.Optional[typing.Sequence[CreateBlock]] = OMIT,
969
969
  tools: typing.Optional[typing.Sequence[str]] = OMIT,
@@ -988,7 +988,7 @@ class AsyncAgentsClient:
988
988
  embedding_chunk_size: typing.Optional[int] = OMIT,
989
989
  from_template: typing.Optional[str] = OMIT,
990
990
  template: typing.Optional[bool] = OMIT,
991
- project: typing.Optional[str] = OMIT,
991
+ create_agent_request_project: typing.Optional[str] = OMIT,
992
992
  tool_exec_environment_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
993
993
  memory_variables: typing.Optional[typing.Dict[str, typing.Optional[str]]] = OMIT,
994
994
  project_id: typing.Optional[str] = OMIT,
@@ -1003,7 +1003,7 @@ class AsyncAgentsClient:
1003
1003
 
1004
1004
  Parameters
1005
1005
  ----------
1006
- project_slug : typing.Optional[str]
1006
+ project : typing.Optional[str]
1007
1007
 
1008
1008
  name : typing.Optional[str]
1009
1009
  The name of the agent.
@@ -1077,8 +1077,8 @@ class AsyncAgentsClient:
1077
1077
  template : typing.Optional[bool]
1078
1078
  Whether the agent is a template
1079
1079
 
1080
- project : typing.Optional[str]
1081
- Deprecated: Project should now be passed via the project-slug header instead of in the request body. If using the sdk, this can be done via the new project_slug field below.
1080
+ create_agent_request_project : typing.Optional[str]
1081
+ Deprecated: Project should now be passed via the X-Project header instead of in the request body. If using the sdk, this can be done via the new x_project field below.
1082
1082
 
1083
1083
  tool_exec_environment_variables : typing.Optional[typing.Dict[str, typing.Optional[str]]]
1084
1084
  The environment variables for tool execution specific to this agent.
@@ -1164,7 +1164,7 @@ class AsyncAgentsClient:
1164
1164
  "embedding_chunk_size": embedding_chunk_size,
1165
1165
  "from_template": from_template,
1166
1166
  "template": template,
1167
- "project": project,
1167
+ "project": create_agent_request_project,
1168
1168
  "tool_exec_environment_variables": tool_exec_environment_variables,
1169
1169
  "memory_variables": memory_variables,
1170
1170
  "project_id": project_id,
@@ -1175,7 +1175,7 @@ class AsyncAgentsClient:
1175
1175
  },
1176
1176
  headers={
1177
1177
  "content-type": "application/json",
1178
- "project-slug": str(project_slug) if project_slug is not None else None,
1178
+ "X-Project": str(project) if project is not None else None,
1179
1179
  },
1180
1180
  request_options=request_options,
1181
1181
  omit=OMIT,
@@ -16,7 +16,7 @@ class BaseClientWrapper:
16
16
  headers: typing.Dict[str, str] = {
17
17
  "X-Fern-Language": "Python",
18
18
  "X-Fern-SDK-Name": "letta-client",
19
- "X-Fern-SDK-Version": "0.1.39",
19
+ "X-Fern-SDK-Version": "0.1.41",
20
20
  }
21
21
  if self.token is not None:
22
22
  headers["Authorization"] = f"Bearer {self.token}"
@@ -109,7 +109,7 @@ class IdentitiesClient:
109
109
  identifier_key: str,
110
110
  name: str,
111
111
  identity_type: IdentityType,
112
- project_slug: typing.Optional[str] = None,
112
+ project: typing.Optional[str] = None,
113
113
  project_id: typing.Optional[str] = OMIT,
114
114
  agent_ids: typing.Optional[typing.Sequence[str]] = OMIT,
115
115
  request_options: typing.Optional[RequestOptions] = None,
@@ -126,7 +126,7 @@ class IdentitiesClient:
126
126
  identity_type : IdentityType
127
127
  The type of the identity.
128
128
 
129
- project_slug : typing.Optional[str]
129
+ project : typing.Optional[str]
130
130
 
131
131
  project_id : typing.Optional[str]
132
132
  The project id of the identity, if applicable.
@@ -166,7 +166,7 @@ class IdentitiesClient:
166
166
  "agent_ids": agent_ids,
167
167
  },
168
168
  headers={
169
- "project-slug": str(project_slug) if project_slug is not None else None,
169
+ "X-Project": str(project) if project is not None else None,
170
170
  },
171
171
  request_options=request_options,
172
172
  omit=OMIT,
@@ -201,7 +201,7 @@ class IdentitiesClient:
201
201
  identifier_key: str,
202
202
  name: str,
203
203
  identity_type: IdentityType,
204
- project_slug: typing.Optional[str] = None,
204
+ project: typing.Optional[str] = None,
205
205
  project_id: typing.Optional[str] = OMIT,
206
206
  agent_ids: typing.Optional[typing.Sequence[str]] = OMIT,
207
207
  request_options: typing.Optional[RequestOptions] = None,
@@ -218,7 +218,7 @@ class IdentitiesClient:
218
218
  identity_type : IdentityType
219
219
  The type of the identity.
220
220
 
221
- project_slug : typing.Optional[str]
221
+ project : typing.Optional[str]
222
222
 
223
223
  project_id : typing.Optional[str]
224
224
  The project id of the identity, if applicable.
@@ -258,7 +258,7 @@ class IdentitiesClient:
258
258
  "agent_ids": agent_ids,
259
259
  },
260
260
  headers={
261
- "project-slug": str(project_slug) if project_slug is not None else None,
261
+ "X-Project": str(project) if project is not None else None,
262
262
  },
263
263
  request_options=request_options,
264
264
  omit=OMIT,
@@ -582,7 +582,7 @@ class AsyncIdentitiesClient:
582
582
  identifier_key: str,
583
583
  name: str,
584
584
  identity_type: IdentityType,
585
- project_slug: typing.Optional[str] = None,
585
+ project: typing.Optional[str] = None,
586
586
  project_id: typing.Optional[str] = OMIT,
587
587
  agent_ids: typing.Optional[typing.Sequence[str]] = OMIT,
588
588
  request_options: typing.Optional[RequestOptions] = None,
@@ -599,7 +599,7 @@ class AsyncIdentitiesClient:
599
599
  identity_type : IdentityType
600
600
  The type of the identity.
601
601
 
602
- project_slug : typing.Optional[str]
602
+ project : typing.Optional[str]
603
603
 
604
604
  project_id : typing.Optional[str]
605
605
  The project id of the identity, if applicable.
@@ -647,7 +647,7 @@ class AsyncIdentitiesClient:
647
647
  "agent_ids": agent_ids,
648
648
  },
649
649
  headers={
650
- "project-slug": str(project_slug) if project_slug is not None else None,
650
+ "X-Project": str(project) if project is not None else None,
651
651
  },
652
652
  request_options=request_options,
653
653
  omit=OMIT,
@@ -682,7 +682,7 @@ class AsyncIdentitiesClient:
682
682
  identifier_key: str,
683
683
  name: str,
684
684
  identity_type: IdentityType,
685
- project_slug: typing.Optional[str] = None,
685
+ project: typing.Optional[str] = None,
686
686
  project_id: typing.Optional[str] = OMIT,
687
687
  agent_ids: typing.Optional[typing.Sequence[str]] = OMIT,
688
688
  request_options: typing.Optional[RequestOptions] = None,
@@ -699,7 +699,7 @@ class AsyncIdentitiesClient:
699
699
  identity_type : IdentityType
700
700
  The type of the identity.
701
701
 
702
- project_slug : typing.Optional[str]
702
+ project : typing.Optional[str]
703
703
 
704
704
  project_id : typing.Optional[str]
705
705
  The project id of the identity, if applicable.
@@ -747,7 +747,7 @@ class AsyncIdentitiesClient:
747
747
  "agent_ids": agent_ids,
748
748
  },
749
749
  headers={
750
- "project-slug": str(project_slug) if project_slug is not None else None,
750
+ "X-Project": str(project) if project is not None else None,
751
751
  },
752
752
  request_options=request_options,
753
753
  omit=OMIT,