mirascope 2.0.0a2__py3-none-any.whl → 2.0.0a4__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.
Files changed (252) hide show
  1. mirascope/__init__.py +2 -2
  2. mirascope/api/__init__.py +6 -0
  3. mirascope/api/_generated/README.md +207 -0
  4. mirascope/api/_generated/__init__.py +141 -0
  5. mirascope/api/_generated/client.py +163 -0
  6. mirascope/api/_generated/core/__init__.py +52 -0
  7. mirascope/api/_generated/core/api_error.py +23 -0
  8. mirascope/api/_generated/core/client_wrapper.py +58 -0
  9. mirascope/api/_generated/core/datetime_utils.py +30 -0
  10. mirascope/api/_generated/core/file.py +70 -0
  11. mirascope/api/_generated/core/force_multipart.py +16 -0
  12. mirascope/api/_generated/core/http_client.py +619 -0
  13. mirascope/api/_generated/core/http_response.py +55 -0
  14. mirascope/api/_generated/core/jsonable_encoder.py +102 -0
  15. mirascope/api/_generated/core/pydantic_utilities.py +310 -0
  16. mirascope/api/_generated/core/query_encoder.py +60 -0
  17. mirascope/api/_generated/core/remove_none_from_dict.py +11 -0
  18. mirascope/api/_generated/core/request_options.py +35 -0
  19. mirascope/api/_generated/core/serialization.py +282 -0
  20. mirascope/api/_generated/docs/__init__.py +4 -0
  21. mirascope/api/_generated/docs/client.py +95 -0
  22. mirascope/api/_generated/docs/raw_client.py +132 -0
  23. mirascope/api/_generated/environment.py +9 -0
  24. mirascope/api/_generated/errors/__init__.py +17 -0
  25. mirascope/api/_generated/errors/bad_request_error.py +15 -0
  26. mirascope/api/_generated/errors/conflict_error.py +15 -0
  27. mirascope/api/_generated/errors/forbidden_error.py +15 -0
  28. mirascope/api/_generated/errors/internal_server_error.py +15 -0
  29. mirascope/api/_generated/errors/not_found_error.py +15 -0
  30. mirascope/api/_generated/health/__init__.py +7 -0
  31. mirascope/api/_generated/health/client.py +96 -0
  32. mirascope/api/_generated/health/raw_client.py +129 -0
  33. mirascope/api/_generated/health/types/__init__.py +8 -0
  34. mirascope/api/_generated/health/types/health_check_response.py +24 -0
  35. mirascope/api/_generated/health/types/health_check_response_status.py +5 -0
  36. mirascope/api/_generated/organizations/__init__.py +25 -0
  37. mirascope/api/_generated/organizations/client.py +380 -0
  38. mirascope/api/_generated/organizations/raw_client.py +876 -0
  39. mirascope/api/_generated/organizations/types/__init__.py +23 -0
  40. mirascope/api/_generated/organizations/types/organizations_create_response.py +24 -0
  41. mirascope/api/_generated/organizations/types/organizations_create_response_role.py +7 -0
  42. mirascope/api/_generated/organizations/types/organizations_get_response.py +24 -0
  43. mirascope/api/_generated/organizations/types/organizations_get_response_role.py +7 -0
  44. mirascope/api/_generated/organizations/types/organizations_list_response_item.py +24 -0
  45. mirascope/api/_generated/organizations/types/organizations_list_response_item_role.py +7 -0
  46. mirascope/api/_generated/organizations/types/organizations_update_response.py +24 -0
  47. mirascope/api/_generated/organizations/types/organizations_update_response_role.py +7 -0
  48. mirascope/api/_generated/projects/__init__.py +17 -0
  49. mirascope/api/_generated/projects/client.py +458 -0
  50. mirascope/api/_generated/projects/raw_client.py +1016 -0
  51. mirascope/api/_generated/projects/types/__init__.py +15 -0
  52. mirascope/api/_generated/projects/types/projects_create_response.py +30 -0
  53. mirascope/api/_generated/projects/types/projects_get_response.py +30 -0
  54. mirascope/api/_generated/projects/types/projects_list_response_item.py +30 -0
  55. mirascope/api/_generated/projects/types/projects_update_response.py +30 -0
  56. mirascope/api/_generated/reference.md +753 -0
  57. mirascope/api/_generated/traces/__init__.py +55 -0
  58. mirascope/api/_generated/traces/client.py +162 -0
  59. mirascope/api/_generated/traces/raw_client.py +168 -0
  60. mirascope/api/_generated/traces/types/__init__.py +95 -0
  61. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item.py +36 -0
  62. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource.py +31 -0
  63. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item.py +25 -0
  64. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value.py +54 -0
  65. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_array_value.py +23 -0
  66. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value.py +28 -0
  67. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value_values_item.py +24 -0
  68. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item.py +35 -0
  69. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope.py +35 -0
  70. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item.py +27 -0
  71. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value.py +54 -0
  72. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_array_value.py +23 -0
  73. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_kvlist_value.py +28 -0
  74. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_kvlist_value_values_item.py +24 -0
  75. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item.py +60 -0
  76. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item.py +29 -0
  77. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value.py +54 -0
  78. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_array_value.py +23 -0
  79. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_kvlist_value.py +28 -0
  80. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_kvlist_value_values_item.py +24 -0
  81. mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_status.py +24 -0
  82. mirascope/api/_generated/traces/types/traces_create_response.py +27 -0
  83. mirascope/api/_generated/traces/types/traces_create_response_partial_success.py +28 -0
  84. mirascope/api/_generated/types/__init__.py +37 -0
  85. mirascope/api/_generated/types/already_exists_error.py +24 -0
  86. mirascope/api/_generated/types/already_exists_error_tag.py +5 -0
  87. mirascope/api/_generated/types/database_error.py +24 -0
  88. mirascope/api/_generated/types/database_error_tag.py +5 -0
  89. mirascope/api/_generated/types/http_api_decode_error.py +29 -0
  90. mirascope/api/_generated/types/http_api_decode_error_tag.py +5 -0
  91. mirascope/api/_generated/types/issue.py +40 -0
  92. mirascope/api/_generated/types/issue_tag.py +17 -0
  93. mirascope/api/_generated/types/not_found_error_body.py +24 -0
  94. mirascope/api/_generated/types/not_found_error_tag.py +5 -0
  95. mirascope/api/_generated/types/permission_denied_error.py +24 -0
  96. mirascope/api/_generated/types/permission_denied_error_tag.py +7 -0
  97. mirascope/api/_generated/types/property_key.py +7 -0
  98. mirascope/api/_generated/types/property_key_key.py +27 -0
  99. mirascope/api/_generated/types/property_key_key_tag.py +5 -0
  100. mirascope/api/client.py +255 -0
  101. mirascope/api/settings.py +81 -0
  102. mirascope/llm/__init__.py +45 -11
  103. mirascope/llm/calls/calls.py +81 -57
  104. mirascope/llm/calls/decorator.py +121 -115
  105. mirascope/llm/content/__init__.py +3 -2
  106. mirascope/llm/context/_utils.py +19 -6
  107. mirascope/llm/exceptions.py +30 -16
  108. mirascope/llm/formatting/_utils.py +9 -5
  109. mirascope/llm/formatting/format.py +2 -2
  110. mirascope/llm/formatting/from_call_args.py +2 -2
  111. mirascope/llm/messages/message.py +13 -5
  112. mirascope/llm/models/__init__.py +2 -2
  113. mirascope/llm/models/models.py +189 -81
  114. mirascope/llm/prompts/__init__.py +13 -12
  115. mirascope/llm/prompts/_utils.py +27 -24
  116. mirascope/llm/prompts/decorator.py +133 -204
  117. mirascope/llm/prompts/prompts.py +424 -0
  118. mirascope/llm/prompts/protocols.py +25 -59
  119. mirascope/llm/providers/__init__.py +44 -0
  120. mirascope/llm/{clients → providers}/_missing_import_stubs.py +8 -6
  121. mirascope/llm/providers/anthropic/__init__.py +29 -0
  122. mirascope/llm/providers/anthropic/_utils/__init__.py +23 -0
  123. mirascope/llm/providers/anthropic/_utils/beta_decode.py +271 -0
  124. mirascope/llm/providers/anthropic/_utils/beta_encode.py +216 -0
  125. mirascope/llm/{clients → providers}/anthropic/_utils/decode.py +44 -11
  126. mirascope/llm/providers/anthropic/_utils/encode.py +356 -0
  127. mirascope/llm/providers/anthropic/beta_provider.py +322 -0
  128. mirascope/llm/providers/anthropic/model_id.py +23 -0
  129. mirascope/llm/providers/anthropic/model_info.py +87 -0
  130. mirascope/llm/providers/anthropic/provider.py +416 -0
  131. mirascope/llm/{clients → providers}/base/__init__.py +3 -3
  132. mirascope/llm/{clients → providers}/base/_utils.py +25 -8
  133. mirascope/llm/{clients/base/client.py → providers/base/base_provider.py} +255 -126
  134. mirascope/llm/providers/google/__init__.py +21 -0
  135. mirascope/llm/{clients → providers}/google/_utils/decode.py +61 -7
  136. mirascope/llm/{clients → providers}/google/_utils/encode.py +44 -30
  137. mirascope/llm/providers/google/model_id.py +22 -0
  138. mirascope/llm/providers/google/model_info.py +62 -0
  139. mirascope/llm/providers/google/provider.py +442 -0
  140. mirascope/llm/providers/load_provider.py +54 -0
  141. mirascope/llm/providers/mlx/__init__.py +24 -0
  142. mirascope/llm/providers/mlx/_utils.py +129 -0
  143. mirascope/llm/providers/mlx/encoding/__init__.py +8 -0
  144. mirascope/llm/providers/mlx/encoding/base.py +69 -0
  145. mirascope/llm/providers/mlx/encoding/transformers.py +147 -0
  146. mirascope/llm/providers/mlx/mlx.py +237 -0
  147. mirascope/llm/providers/mlx/model_id.py +17 -0
  148. mirascope/llm/providers/mlx/provider.py +415 -0
  149. mirascope/llm/providers/model_id.py +16 -0
  150. mirascope/llm/providers/ollama/__init__.py +19 -0
  151. mirascope/llm/providers/ollama/provider.py +71 -0
  152. mirascope/llm/providers/openai/__init__.py +6 -0
  153. mirascope/llm/providers/openai/completions/__init__.py +25 -0
  154. mirascope/llm/{clients → providers}/openai/completions/_utils/__init__.py +2 -0
  155. mirascope/llm/{clients → providers}/openai/completions/_utils/decode.py +60 -6
  156. mirascope/llm/{clients → providers}/openai/completions/_utils/encode.py +37 -26
  157. mirascope/llm/providers/openai/completions/base_provider.py +513 -0
  158. mirascope/llm/providers/openai/completions/provider.py +22 -0
  159. mirascope/llm/providers/openai/model_id.py +31 -0
  160. mirascope/llm/providers/openai/model_info.py +303 -0
  161. mirascope/llm/providers/openai/provider.py +398 -0
  162. mirascope/llm/providers/openai/responses/__init__.py +21 -0
  163. mirascope/llm/{clients → providers}/openai/responses/_utils/decode.py +59 -6
  164. mirascope/llm/{clients → providers}/openai/responses/_utils/encode.py +34 -23
  165. mirascope/llm/providers/openai/responses/provider.py +469 -0
  166. mirascope/llm/providers/provider_id.py +23 -0
  167. mirascope/llm/providers/provider_registry.py +169 -0
  168. mirascope/llm/providers/together/__init__.py +19 -0
  169. mirascope/llm/providers/together/provider.py +40 -0
  170. mirascope/llm/responses/__init__.py +3 -0
  171. mirascope/llm/responses/base_response.py +14 -5
  172. mirascope/llm/responses/base_stream_response.py +35 -6
  173. mirascope/llm/responses/finish_reason.py +1 -0
  174. mirascope/llm/responses/response.py +33 -13
  175. mirascope/llm/responses/root_response.py +12 -13
  176. mirascope/llm/responses/stream_response.py +35 -23
  177. mirascope/llm/responses/usage.py +95 -0
  178. mirascope/llm/tools/__init__.py +9 -2
  179. mirascope/llm/tools/_utils.py +12 -3
  180. mirascope/llm/tools/protocols.py +4 -4
  181. mirascope/llm/tools/tool_schema.py +44 -9
  182. mirascope/llm/tools/tools.py +10 -9
  183. mirascope/ops/__init__.py +156 -0
  184. mirascope/ops/_internal/__init__.py +5 -0
  185. mirascope/ops/_internal/closure.py +1118 -0
  186. mirascope/ops/_internal/configuration.py +126 -0
  187. mirascope/ops/_internal/context.py +76 -0
  188. mirascope/ops/_internal/exporters/__init__.py +26 -0
  189. mirascope/ops/_internal/exporters/exporters.py +342 -0
  190. mirascope/ops/_internal/exporters/processors.py +104 -0
  191. mirascope/ops/_internal/exporters/types.py +165 -0
  192. mirascope/ops/_internal/exporters/utils.py +29 -0
  193. mirascope/ops/_internal/instrumentation/__init__.py +8 -0
  194. mirascope/ops/_internal/instrumentation/llm/__init__.py +8 -0
  195. mirascope/ops/_internal/instrumentation/llm/encode.py +238 -0
  196. mirascope/ops/_internal/instrumentation/llm/gen_ai_types/__init__.py +38 -0
  197. mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_input_messages.py +31 -0
  198. mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_output_messages.py +38 -0
  199. mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_system_instructions.py +18 -0
  200. mirascope/ops/_internal/instrumentation/llm/gen_ai_types/shared.py +100 -0
  201. mirascope/ops/_internal/instrumentation/llm/llm.py +1288 -0
  202. mirascope/ops/_internal/propagation.py +198 -0
  203. mirascope/ops/_internal/protocols.py +51 -0
  204. mirascope/ops/_internal/session.py +139 -0
  205. mirascope/ops/_internal/spans.py +232 -0
  206. mirascope/ops/_internal/traced_calls.py +371 -0
  207. mirascope/ops/_internal/traced_functions.py +394 -0
  208. mirascope/ops/_internal/tracing.py +276 -0
  209. mirascope/ops/_internal/types.py +13 -0
  210. mirascope/ops/_internal/utils.py +75 -0
  211. mirascope/ops/_internal/versioned_calls.py +512 -0
  212. mirascope/ops/_internal/versioned_functions.py +346 -0
  213. mirascope/ops/_internal/versioning.py +303 -0
  214. mirascope/ops/exceptions.py +21 -0
  215. {mirascope-2.0.0a2.dist-info → mirascope-2.0.0a4.dist-info}/METADATA +78 -3
  216. mirascope-2.0.0a4.dist-info/RECORD +247 -0
  217. {mirascope-2.0.0a2.dist-info → mirascope-2.0.0a4.dist-info}/WHEEL +1 -1
  218. mirascope/graphs/__init__.py +0 -22
  219. mirascope/graphs/finite_state_machine.py +0 -625
  220. mirascope/llm/agents/__init__.py +0 -15
  221. mirascope/llm/agents/agent.py +0 -97
  222. mirascope/llm/agents/agent_template.py +0 -45
  223. mirascope/llm/agents/decorator.py +0 -176
  224. mirascope/llm/calls/base_call.py +0 -33
  225. mirascope/llm/clients/__init__.py +0 -34
  226. mirascope/llm/clients/anthropic/__init__.py +0 -25
  227. mirascope/llm/clients/anthropic/_utils/encode.py +0 -243
  228. mirascope/llm/clients/anthropic/clients.py +0 -819
  229. mirascope/llm/clients/anthropic/model_ids.py +0 -8
  230. mirascope/llm/clients/google/__init__.py +0 -20
  231. mirascope/llm/clients/google/clients.py +0 -853
  232. mirascope/llm/clients/google/model_ids.py +0 -15
  233. mirascope/llm/clients/openai/__init__.py +0 -25
  234. mirascope/llm/clients/openai/completions/__init__.py +0 -28
  235. mirascope/llm/clients/openai/completions/_utils/model_features.py +0 -81
  236. mirascope/llm/clients/openai/completions/clients.py +0 -833
  237. mirascope/llm/clients/openai/completions/model_ids.py +0 -8
  238. mirascope/llm/clients/openai/responses/__init__.py +0 -26
  239. mirascope/llm/clients/openai/responses/_utils/__init__.py +0 -13
  240. mirascope/llm/clients/openai/responses/_utils/model_features.py +0 -87
  241. mirascope/llm/clients/openai/responses/clients.py +0 -832
  242. mirascope/llm/clients/openai/responses/model_ids.py +0 -8
  243. mirascope/llm/clients/openai/shared/__init__.py +0 -7
  244. mirascope/llm/clients/openai/shared/_utils.py +0 -55
  245. mirascope/llm/clients/providers.py +0 -175
  246. mirascope-2.0.0a2.dist-info/RECORD +0 -102
  247. /mirascope/llm/{clients → providers}/base/kwargs.py +0 -0
  248. /mirascope/llm/{clients → providers}/base/params.py +0 -0
  249. /mirascope/llm/{clients/anthropic → providers/google}/_utils/__init__.py +0 -0
  250. /mirascope/llm/{clients → providers}/google/message.py +0 -0
  251. /mirascope/llm/{clients/google → providers/openai/responses}/_utils/__init__.py +0 -0
  252. {mirascope-2.0.0a2.dist-info → mirascope-2.0.0a4.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,753 @@
1
+ # Reference
2
+ ## health
3
+ <details><summary><code>client.health.<a href="src/mirascope/health/client.py">check</a>()</code></summary>
4
+ <dl>
5
+ <dd>
6
+
7
+ #### 🔌 Usage
8
+
9
+ <dl>
10
+ <dd>
11
+
12
+ <dl>
13
+ <dd>
14
+
15
+ ```python
16
+ from mirascope.api._generated import Mirascope
17
+
18
+ client = Mirascope()
19
+ client.health.check()
20
+
21
+ ```
22
+ </dd>
23
+ </dl>
24
+ </dd>
25
+ </dl>
26
+
27
+ #### ⚙️ Parameters
28
+
29
+ <dl>
30
+ <dd>
31
+
32
+ <dl>
33
+ <dd>
34
+
35
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
36
+
37
+ </dd>
38
+ </dl>
39
+ </dd>
40
+ </dl>
41
+
42
+
43
+ </dd>
44
+ </dl>
45
+ </details>
46
+
47
+ ## traces
48
+ <details><summary><code>client.traces.<a href="src/mirascope/traces/client.py">create</a>(...)</code></summary>
49
+ <dl>
50
+ <dd>
51
+
52
+ #### 🔌 Usage
53
+
54
+ <dl>
55
+ <dd>
56
+
57
+ <dl>
58
+ <dd>
59
+
60
+ ```python
61
+ from mirascope.api._generated import Mirascope
62
+ from mirascope.api._generated.traces import (
63
+ TracesCreateRequestResourceSpansItem,
64
+ TracesCreateRequestResourceSpansItemScopeSpansItem,
65
+ TracesCreateRequestResourceSpansItemScopeSpansItemSpansItem,
66
+ )
67
+
68
+ client = Mirascope()
69
+ client.traces.create(
70
+ resource_spans=[
71
+ TracesCreateRequestResourceSpansItem(
72
+ scope_spans=[
73
+ TracesCreateRequestResourceSpansItemScopeSpansItem(
74
+ spans=[
75
+ TracesCreateRequestResourceSpansItemScopeSpansItemSpansItem(
76
+ trace_id="traceId",
77
+ span_id="spanId",
78
+ name="name",
79
+ start_time_unix_nano="startTimeUnixNano",
80
+ end_time_unix_nano="endTimeUnixNano",
81
+ )
82
+ ],
83
+ )
84
+ ],
85
+ )
86
+ ],
87
+ )
88
+
89
+ ```
90
+ </dd>
91
+ </dl>
92
+ </dd>
93
+ </dl>
94
+
95
+ #### ⚙️ Parameters
96
+
97
+ <dl>
98
+ <dd>
99
+
100
+ <dl>
101
+ <dd>
102
+
103
+ **resource_spans:** `typing.Sequence[TracesCreateRequestResourceSpansItem]`
104
+
105
+ </dd>
106
+ </dl>
107
+
108
+ <dl>
109
+ <dd>
110
+
111
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
112
+
113
+ </dd>
114
+ </dl>
115
+ </dd>
116
+ </dl>
117
+
118
+
119
+ </dd>
120
+ </dl>
121
+ </details>
122
+
123
+ ## docs
124
+ <details><summary><code>client.docs.<a href="src/mirascope/docs/client.py">openapi</a>()</code></summary>
125
+ <dl>
126
+ <dd>
127
+
128
+ #### 🔌 Usage
129
+
130
+ <dl>
131
+ <dd>
132
+
133
+ <dl>
134
+ <dd>
135
+
136
+ ```python
137
+ from mirascope.api._generated import Mirascope
138
+
139
+ client = Mirascope()
140
+ client.docs.openapi()
141
+
142
+ ```
143
+ </dd>
144
+ </dl>
145
+ </dd>
146
+ </dl>
147
+
148
+ #### ⚙️ Parameters
149
+
150
+ <dl>
151
+ <dd>
152
+
153
+ <dl>
154
+ <dd>
155
+
156
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
157
+
158
+ </dd>
159
+ </dl>
160
+ </dd>
161
+ </dl>
162
+
163
+
164
+ </dd>
165
+ </dl>
166
+ </details>
167
+
168
+ ## organizations
169
+ <details><summary><code>client.organizations.<a href="src/mirascope/organizations/client.py">list</a>()</code></summary>
170
+ <dl>
171
+ <dd>
172
+
173
+ #### 🔌 Usage
174
+
175
+ <dl>
176
+ <dd>
177
+
178
+ <dl>
179
+ <dd>
180
+
181
+ ```python
182
+ from mirascope.api._generated import Mirascope
183
+
184
+ client = Mirascope()
185
+ client.organizations.list()
186
+
187
+ ```
188
+ </dd>
189
+ </dl>
190
+ </dd>
191
+ </dl>
192
+
193
+ #### ⚙️ Parameters
194
+
195
+ <dl>
196
+ <dd>
197
+
198
+ <dl>
199
+ <dd>
200
+
201
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
202
+
203
+ </dd>
204
+ </dl>
205
+ </dd>
206
+ </dl>
207
+
208
+
209
+ </dd>
210
+ </dl>
211
+ </details>
212
+
213
+ <details><summary><code>client.organizations.<a href="src/mirascope/organizations/client.py">create</a>(...)</code></summary>
214
+ <dl>
215
+ <dd>
216
+
217
+ #### 🔌 Usage
218
+
219
+ <dl>
220
+ <dd>
221
+
222
+ <dl>
223
+ <dd>
224
+
225
+ ```python
226
+ from mirascope.api._generated import Mirascope
227
+
228
+ client = Mirascope()
229
+ client.organizations.create(
230
+ name="name",
231
+ )
232
+
233
+ ```
234
+ </dd>
235
+ </dl>
236
+ </dd>
237
+ </dl>
238
+
239
+ #### ⚙️ Parameters
240
+
241
+ <dl>
242
+ <dd>
243
+
244
+ <dl>
245
+ <dd>
246
+
247
+ **name:** `str` — a string at most 100 character(s) long
248
+
249
+ </dd>
250
+ </dl>
251
+
252
+ <dl>
253
+ <dd>
254
+
255
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
256
+
257
+ </dd>
258
+ </dl>
259
+ </dd>
260
+ </dl>
261
+
262
+
263
+ </dd>
264
+ </dl>
265
+ </details>
266
+
267
+ <details><summary><code>client.organizations.<a href="src/mirascope/organizations/client.py">get</a>(...)</code></summary>
268
+ <dl>
269
+ <dd>
270
+
271
+ #### 🔌 Usage
272
+
273
+ <dl>
274
+ <dd>
275
+
276
+ <dl>
277
+ <dd>
278
+
279
+ ```python
280
+ from mirascope.api._generated import Mirascope
281
+
282
+ client = Mirascope()
283
+ client.organizations.get(
284
+ id="id",
285
+ )
286
+
287
+ ```
288
+ </dd>
289
+ </dl>
290
+ </dd>
291
+ </dl>
292
+
293
+ #### ⚙️ Parameters
294
+
295
+ <dl>
296
+ <dd>
297
+
298
+ <dl>
299
+ <dd>
300
+
301
+ **id:** `str`
302
+
303
+ </dd>
304
+ </dl>
305
+
306
+ <dl>
307
+ <dd>
308
+
309
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
310
+
311
+ </dd>
312
+ </dl>
313
+ </dd>
314
+ </dl>
315
+
316
+
317
+ </dd>
318
+ </dl>
319
+ </details>
320
+
321
+ <details><summary><code>client.organizations.<a href="src/mirascope/organizations/client.py">update</a>(...)</code></summary>
322
+ <dl>
323
+ <dd>
324
+
325
+ #### 🔌 Usage
326
+
327
+ <dl>
328
+ <dd>
329
+
330
+ <dl>
331
+ <dd>
332
+
333
+ ```python
334
+ from mirascope.api._generated import Mirascope
335
+
336
+ client = Mirascope()
337
+ client.organizations.update(
338
+ id="id",
339
+ name="name",
340
+ )
341
+
342
+ ```
343
+ </dd>
344
+ </dl>
345
+ </dd>
346
+ </dl>
347
+
348
+ #### ⚙️ Parameters
349
+
350
+ <dl>
351
+ <dd>
352
+
353
+ <dl>
354
+ <dd>
355
+
356
+ **id:** `str`
357
+
358
+ </dd>
359
+ </dl>
360
+
361
+ <dl>
362
+ <dd>
363
+
364
+ **name:** `str` — a string at most 100 character(s) long
365
+
366
+ </dd>
367
+ </dl>
368
+
369
+ <dl>
370
+ <dd>
371
+
372
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
373
+
374
+ </dd>
375
+ </dl>
376
+ </dd>
377
+ </dl>
378
+
379
+
380
+ </dd>
381
+ </dl>
382
+ </details>
383
+
384
+ <details><summary><code>client.organizations.<a href="src/mirascope/organizations/client.py">delete</a>(...)</code></summary>
385
+ <dl>
386
+ <dd>
387
+
388
+ #### 🔌 Usage
389
+
390
+ <dl>
391
+ <dd>
392
+
393
+ <dl>
394
+ <dd>
395
+
396
+ ```python
397
+ from mirascope.api._generated import Mirascope
398
+
399
+ client = Mirascope()
400
+ client.organizations.delete(
401
+ id="id",
402
+ )
403
+
404
+ ```
405
+ </dd>
406
+ </dl>
407
+ </dd>
408
+ </dl>
409
+
410
+ #### ⚙️ Parameters
411
+
412
+ <dl>
413
+ <dd>
414
+
415
+ <dl>
416
+ <dd>
417
+
418
+ **id:** `str`
419
+
420
+ </dd>
421
+ </dl>
422
+
423
+ <dl>
424
+ <dd>
425
+
426
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
427
+
428
+ </dd>
429
+ </dl>
430
+ </dd>
431
+ </dl>
432
+
433
+
434
+ </dd>
435
+ </dl>
436
+ </details>
437
+
438
+ ## projects
439
+ <details><summary><code>client.projects.<a href="src/mirascope/projects/client.py">list</a>(...)</code></summary>
440
+ <dl>
441
+ <dd>
442
+
443
+ #### 🔌 Usage
444
+
445
+ <dl>
446
+ <dd>
447
+
448
+ <dl>
449
+ <dd>
450
+
451
+ ```python
452
+ from mirascope.api._generated import Mirascope
453
+
454
+ client = Mirascope()
455
+ client.projects.list(
456
+ organization_id="organizationId",
457
+ )
458
+
459
+ ```
460
+ </dd>
461
+ </dl>
462
+ </dd>
463
+ </dl>
464
+
465
+ #### ⚙️ Parameters
466
+
467
+ <dl>
468
+ <dd>
469
+
470
+ <dl>
471
+ <dd>
472
+
473
+ **organization_id:** `str`
474
+
475
+ </dd>
476
+ </dl>
477
+
478
+ <dl>
479
+ <dd>
480
+
481
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
482
+
483
+ </dd>
484
+ </dl>
485
+ </dd>
486
+ </dl>
487
+
488
+
489
+ </dd>
490
+ </dl>
491
+ </details>
492
+
493
+ <details><summary><code>client.projects.<a href="src/mirascope/projects/client.py">create</a>(...)</code></summary>
494
+ <dl>
495
+ <dd>
496
+
497
+ #### 🔌 Usage
498
+
499
+ <dl>
500
+ <dd>
501
+
502
+ <dl>
503
+ <dd>
504
+
505
+ ```python
506
+ from mirascope.api._generated import Mirascope
507
+
508
+ client = Mirascope()
509
+ client.projects.create(
510
+ organization_id="organizationId",
511
+ name="name",
512
+ )
513
+
514
+ ```
515
+ </dd>
516
+ </dl>
517
+ </dd>
518
+ </dl>
519
+
520
+ #### ⚙️ Parameters
521
+
522
+ <dl>
523
+ <dd>
524
+
525
+ <dl>
526
+ <dd>
527
+
528
+ **organization_id:** `str`
529
+
530
+ </dd>
531
+ </dl>
532
+
533
+ <dl>
534
+ <dd>
535
+
536
+ **name:** `str` — a string at most 100 character(s) long
537
+
538
+ </dd>
539
+ </dl>
540
+
541
+ <dl>
542
+ <dd>
543
+
544
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
545
+
546
+ </dd>
547
+ </dl>
548
+ </dd>
549
+ </dl>
550
+
551
+
552
+ </dd>
553
+ </dl>
554
+ </details>
555
+
556
+ <details><summary><code>client.projects.<a href="src/mirascope/projects/client.py">get</a>(...)</code></summary>
557
+ <dl>
558
+ <dd>
559
+
560
+ #### 🔌 Usage
561
+
562
+ <dl>
563
+ <dd>
564
+
565
+ <dl>
566
+ <dd>
567
+
568
+ ```python
569
+ from mirascope.api._generated import Mirascope
570
+
571
+ client = Mirascope()
572
+ client.projects.get(
573
+ organization_id="organizationId",
574
+ project_id="projectId",
575
+ )
576
+
577
+ ```
578
+ </dd>
579
+ </dl>
580
+ </dd>
581
+ </dl>
582
+
583
+ #### ⚙️ Parameters
584
+
585
+ <dl>
586
+ <dd>
587
+
588
+ <dl>
589
+ <dd>
590
+
591
+ **organization_id:** `str`
592
+
593
+ </dd>
594
+ </dl>
595
+
596
+ <dl>
597
+ <dd>
598
+
599
+ **project_id:** `str`
600
+
601
+ </dd>
602
+ </dl>
603
+
604
+ <dl>
605
+ <dd>
606
+
607
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
608
+
609
+ </dd>
610
+ </dl>
611
+ </dd>
612
+ </dl>
613
+
614
+
615
+ </dd>
616
+ </dl>
617
+ </details>
618
+
619
+ <details><summary><code>client.projects.<a href="src/mirascope/projects/client.py">update</a>(...)</code></summary>
620
+ <dl>
621
+ <dd>
622
+
623
+ #### 🔌 Usage
624
+
625
+ <dl>
626
+ <dd>
627
+
628
+ <dl>
629
+ <dd>
630
+
631
+ ```python
632
+ from mirascope.api._generated import Mirascope
633
+
634
+ client = Mirascope()
635
+ client.projects.update(
636
+ organization_id="organizationId",
637
+ project_id="projectId",
638
+ name="name",
639
+ )
640
+
641
+ ```
642
+ </dd>
643
+ </dl>
644
+ </dd>
645
+ </dl>
646
+
647
+ #### ⚙️ Parameters
648
+
649
+ <dl>
650
+ <dd>
651
+
652
+ <dl>
653
+ <dd>
654
+
655
+ **organization_id:** `str`
656
+
657
+ </dd>
658
+ </dl>
659
+
660
+ <dl>
661
+ <dd>
662
+
663
+ **project_id:** `str`
664
+
665
+ </dd>
666
+ </dl>
667
+
668
+ <dl>
669
+ <dd>
670
+
671
+ **name:** `str` — a string at most 100 character(s) long
672
+
673
+ </dd>
674
+ </dl>
675
+
676
+ <dl>
677
+ <dd>
678
+
679
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
680
+
681
+ </dd>
682
+ </dl>
683
+ </dd>
684
+ </dl>
685
+
686
+
687
+ </dd>
688
+ </dl>
689
+ </details>
690
+
691
+ <details><summary><code>client.projects.<a href="src/mirascope/projects/client.py">delete</a>(...)</code></summary>
692
+ <dl>
693
+ <dd>
694
+
695
+ #### 🔌 Usage
696
+
697
+ <dl>
698
+ <dd>
699
+
700
+ <dl>
701
+ <dd>
702
+
703
+ ```python
704
+ from mirascope.api._generated import Mirascope
705
+
706
+ client = Mirascope()
707
+ client.projects.delete(
708
+ organization_id="organizationId",
709
+ project_id="projectId",
710
+ )
711
+
712
+ ```
713
+ </dd>
714
+ </dl>
715
+ </dd>
716
+ </dl>
717
+
718
+ #### ⚙️ Parameters
719
+
720
+ <dl>
721
+ <dd>
722
+
723
+ <dl>
724
+ <dd>
725
+
726
+ **organization_id:** `str`
727
+
728
+ </dd>
729
+ </dl>
730
+
731
+ <dl>
732
+ <dd>
733
+
734
+ **project_id:** `str`
735
+
736
+ </dd>
737
+ </dl>
738
+
739
+ <dl>
740
+ <dd>
741
+
742
+ **request_options:** `typing.Optional[RequestOptions]` — Request-specific configuration.
743
+
744
+ </dd>
745
+ </dl>
746
+ </dd>
747
+ </dl>
748
+
749
+
750
+ </dd>
751
+ </dl>
752
+ </details>
753
+