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.
- mirascope/__init__.py +2 -2
- mirascope/api/__init__.py +6 -0
- mirascope/api/_generated/README.md +207 -0
- mirascope/api/_generated/__init__.py +141 -0
- mirascope/api/_generated/client.py +163 -0
- mirascope/api/_generated/core/__init__.py +52 -0
- mirascope/api/_generated/core/api_error.py +23 -0
- mirascope/api/_generated/core/client_wrapper.py +58 -0
- mirascope/api/_generated/core/datetime_utils.py +30 -0
- mirascope/api/_generated/core/file.py +70 -0
- mirascope/api/_generated/core/force_multipart.py +16 -0
- mirascope/api/_generated/core/http_client.py +619 -0
- mirascope/api/_generated/core/http_response.py +55 -0
- mirascope/api/_generated/core/jsonable_encoder.py +102 -0
- mirascope/api/_generated/core/pydantic_utilities.py +310 -0
- mirascope/api/_generated/core/query_encoder.py +60 -0
- mirascope/api/_generated/core/remove_none_from_dict.py +11 -0
- mirascope/api/_generated/core/request_options.py +35 -0
- mirascope/api/_generated/core/serialization.py +282 -0
- mirascope/api/_generated/docs/__init__.py +4 -0
- mirascope/api/_generated/docs/client.py +95 -0
- mirascope/api/_generated/docs/raw_client.py +132 -0
- mirascope/api/_generated/environment.py +9 -0
- mirascope/api/_generated/errors/__init__.py +17 -0
- mirascope/api/_generated/errors/bad_request_error.py +15 -0
- mirascope/api/_generated/errors/conflict_error.py +15 -0
- mirascope/api/_generated/errors/forbidden_error.py +15 -0
- mirascope/api/_generated/errors/internal_server_error.py +15 -0
- mirascope/api/_generated/errors/not_found_error.py +15 -0
- mirascope/api/_generated/health/__init__.py +7 -0
- mirascope/api/_generated/health/client.py +96 -0
- mirascope/api/_generated/health/raw_client.py +129 -0
- mirascope/api/_generated/health/types/__init__.py +8 -0
- mirascope/api/_generated/health/types/health_check_response.py +24 -0
- mirascope/api/_generated/health/types/health_check_response_status.py +5 -0
- mirascope/api/_generated/organizations/__init__.py +25 -0
- mirascope/api/_generated/organizations/client.py +380 -0
- mirascope/api/_generated/organizations/raw_client.py +876 -0
- mirascope/api/_generated/organizations/types/__init__.py +23 -0
- mirascope/api/_generated/organizations/types/organizations_create_response.py +24 -0
- mirascope/api/_generated/organizations/types/organizations_create_response_role.py +7 -0
- mirascope/api/_generated/organizations/types/organizations_get_response.py +24 -0
- mirascope/api/_generated/organizations/types/organizations_get_response_role.py +7 -0
- mirascope/api/_generated/organizations/types/organizations_list_response_item.py +24 -0
- mirascope/api/_generated/organizations/types/organizations_list_response_item_role.py +7 -0
- mirascope/api/_generated/organizations/types/organizations_update_response.py +24 -0
- mirascope/api/_generated/organizations/types/organizations_update_response_role.py +7 -0
- mirascope/api/_generated/projects/__init__.py +17 -0
- mirascope/api/_generated/projects/client.py +458 -0
- mirascope/api/_generated/projects/raw_client.py +1016 -0
- mirascope/api/_generated/projects/types/__init__.py +15 -0
- mirascope/api/_generated/projects/types/projects_create_response.py +30 -0
- mirascope/api/_generated/projects/types/projects_get_response.py +30 -0
- mirascope/api/_generated/projects/types/projects_list_response_item.py +30 -0
- mirascope/api/_generated/projects/types/projects_update_response.py +30 -0
- mirascope/api/_generated/reference.md +753 -0
- mirascope/api/_generated/traces/__init__.py +55 -0
- mirascope/api/_generated/traces/client.py +162 -0
- mirascope/api/_generated/traces/raw_client.py +168 -0
- mirascope/api/_generated/traces/types/__init__.py +95 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item.py +36 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource.py +31 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item.py +25 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value.py +28 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_resource_attributes_item_value_kvlist_value_values_item.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item.py +35 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope.py +35 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item.py +27 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_scope_attributes_item_value_kvlist_value.py +28 -0
- 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
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item.py +60 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item.py +29 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value.py +54 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_array_value.py +23 -0
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_attributes_item_value_kvlist_value.py +28 -0
- 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
- mirascope/api/_generated/traces/types/traces_create_request_resource_spans_item_scope_spans_item_spans_item_status.py +24 -0
- mirascope/api/_generated/traces/types/traces_create_response.py +27 -0
- mirascope/api/_generated/traces/types/traces_create_response_partial_success.py +28 -0
- mirascope/api/_generated/types/__init__.py +37 -0
- mirascope/api/_generated/types/already_exists_error.py +24 -0
- mirascope/api/_generated/types/already_exists_error_tag.py +5 -0
- mirascope/api/_generated/types/database_error.py +24 -0
- mirascope/api/_generated/types/database_error_tag.py +5 -0
- mirascope/api/_generated/types/http_api_decode_error.py +29 -0
- mirascope/api/_generated/types/http_api_decode_error_tag.py +5 -0
- mirascope/api/_generated/types/issue.py +40 -0
- mirascope/api/_generated/types/issue_tag.py +17 -0
- mirascope/api/_generated/types/not_found_error_body.py +24 -0
- mirascope/api/_generated/types/not_found_error_tag.py +5 -0
- mirascope/api/_generated/types/permission_denied_error.py +24 -0
- mirascope/api/_generated/types/permission_denied_error_tag.py +7 -0
- mirascope/api/_generated/types/property_key.py +7 -0
- mirascope/api/_generated/types/property_key_key.py +27 -0
- mirascope/api/_generated/types/property_key_key_tag.py +5 -0
- mirascope/api/client.py +255 -0
- mirascope/api/settings.py +81 -0
- mirascope/llm/__init__.py +45 -11
- mirascope/llm/calls/calls.py +81 -57
- mirascope/llm/calls/decorator.py +121 -115
- mirascope/llm/content/__init__.py +3 -2
- mirascope/llm/context/_utils.py +19 -6
- mirascope/llm/exceptions.py +30 -16
- mirascope/llm/formatting/_utils.py +9 -5
- mirascope/llm/formatting/format.py +2 -2
- mirascope/llm/formatting/from_call_args.py +2 -2
- mirascope/llm/messages/message.py +13 -5
- mirascope/llm/models/__init__.py +2 -2
- mirascope/llm/models/models.py +189 -81
- mirascope/llm/prompts/__init__.py +13 -12
- mirascope/llm/prompts/_utils.py +27 -24
- mirascope/llm/prompts/decorator.py +133 -204
- mirascope/llm/prompts/prompts.py +424 -0
- mirascope/llm/prompts/protocols.py +25 -59
- mirascope/llm/providers/__init__.py +44 -0
- mirascope/llm/{clients → providers}/_missing_import_stubs.py +8 -6
- mirascope/llm/providers/anthropic/__init__.py +29 -0
- mirascope/llm/providers/anthropic/_utils/__init__.py +23 -0
- mirascope/llm/providers/anthropic/_utils/beta_decode.py +271 -0
- mirascope/llm/providers/anthropic/_utils/beta_encode.py +216 -0
- mirascope/llm/{clients → providers}/anthropic/_utils/decode.py +44 -11
- mirascope/llm/providers/anthropic/_utils/encode.py +356 -0
- mirascope/llm/providers/anthropic/beta_provider.py +322 -0
- mirascope/llm/providers/anthropic/model_id.py +23 -0
- mirascope/llm/providers/anthropic/model_info.py +87 -0
- mirascope/llm/providers/anthropic/provider.py +416 -0
- mirascope/llm/{clients → providers}/base/__init__.py +3 -3
- mirascope/llm/{clients → providers}/base/_utils.py +25 -8
- mirascope/llm/{clients/base/client.py → providers/base/base_provider.py} +255 -126
- mirascope/llm/providers/google/__init__.py +21 -0
- mirascope/llm/{clients → providers}/google/_utils/decode.py +61 -7
- mirascope/llm/{clients → providers}/google/_utils/encode.py +44 -30
- mirascope/llm/providers/google/model_id.py +22 -0
- mirascope/llm/providers/google/model_info.py +62 -0
- mirascope/llm/providers/google/provider.py +442 -0
- mirascope/llm/providers/load_provider.py +54 -0
- mirascope/llm/providers/mlx/__init__.py +24 -0
- mirascope/llm/providers/mlx/_utils.py +129 -0
- mirascope/llm/providers/mlx/encoding/__init__.py +8 -0
- mirascope/llm/providers/mlx/encoding/base.py +69 -0
- mirascope/llm/providers/mlx/encoding/transformers.py +147 -0
- mirascope/llm/providers/mlx/mlx.py +237 -0
- mirascope/llm/providers/mlx/model_id.py +17 -0
- mirascope/llm/providers/mlx/provider.py +415 -0
- mirascope/llm/providers/model_id.py +16 -0
- mirascope/llm/providers/ollama/__init__.py +19 -0
- mirascope/llm/providers/ollama/provider.py +71 -0
- mirascope/llm/providers/openai/__init__.py +6 -0
- mirascope/llm/providers/openai/completions/__init__.py +25 -0
- mirascope/llm/{clients → providers}/openai/completions/_utils/__init__.py +2 -0
- mirascope/llm/{clients → providers}/openai/completions/_utils/decode.py +60 -6
- mirascope/llm/{clients → providers}/openai/completions/_utils/encode.py +37 -26
- mirascope/llm/providers/openai/completions/base_provider.py +513 -0
- mirascope/llm/providers/openai/completions/provider.py +22 -0
- mirascope/llm/providers/openai/model_id.py +31 -0
- mirascope/llm/providers/openai/model_info.py +303 -0
- mirascope/llm/providers/openai/provider.py +398 -0
- mirascope/llm/providers/openai/responses/__init__.py +21 -0
- mirascope/llm/{clients → providers}/openai/responses/_utils/decode.py +59 -6
- mirascope/llm/{clients → providers}/openai/responses/_utils/encode.py +34 -23
- mirascope/llm/providers/openai/responses/provider.py +469 -0
- mirascope/llm/providers/provider_id.py +23 -0
- mirascope/llm/providers/provider_registry.py +169 -0
- mirascope/llm/providers/together/__init__.py +19 -0
- mirascope/llm/providers/together/provider.py +40 -0
- mirascope/llm/responses/__init__.py +3 -0
- mirascope/llm/responses/base_response.py +14 -5
- mirascope/llm/responses/base_stream_response.py +35 -6
- mirascope/llm/responses/finish_reason.py +1 -0
- mirascope/llm/responses/response.py +33 -13
- mirascope/llm/responses/root_response.py +12 -13
- mirascope/llm/responses/stream_response.py +35 -23
- mirascope/llm/responses/usage.py +95 -0
- mirascope/llm/tools/__init__.py +9 -2
- mirascope/llm/tools/_utils.py +12 -3
- mirascope/llm/tools/protocols.py +4 -4
- mirascope/llm/tools/tool_schema.py +44 -9
- mirascope/llm/tools/tools.py +10 -9
- mirascope/ops/__init__.py +156 -0
- mirascope/ops/_internal/__init__.py +5 -0
- mirascope/ops/_internal/closure.py +1118 -0
- mirascope/ops/_internal/configuration.py +126 -0
- mirascope/ops/_internal/context.py +76 -0
- mirascope/ops/_internal/exporters/__init__.py +26 -0
- mirascope/ops/_internal/exporters/exporters.py +342 -0
- mirascope/ops/_internal/exporters/processors.py +104 -0
- mirascope/ops/_internal/exporters/types.py +165 -0
- mirascope/ops/_internal/exporters/utils.py +29 -0
- mirascope/ops/_internal/instrumentation/__init__.py +8 -0
- mirascope/ops/_internal/instrumentation/llm/__init__.py +8 -0
- mirascope/ops/_internal/instrumentation/llm/encode.py +238 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/__init__.py +38 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_input_messages.py +31 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_output_messages.py +38 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/gen_ai_system_instructions.py +18 -0
- mirascope/ops/_internal/instrumentation/llm/gen_ai_types/shared.py +100 -0
- mirascope/ops/_internal/instrumentation/llm/llm.py +1288 -0
- mirascope/ops/_internal/propagation.py +198 -0
- mirascope/ops/_internal/protocols.py +51 -0
- mirascope/ops/_internal/session.py +139 -0
- mirascope/ops/_internal/spans.py +232 -0
- mirascope/ops/_internal/traced_calls.py +371 -0
- mirascope/ops/_internal/traced_functions.py +394 -0
- mirascope/ops/_internal/tracing.py +276 -0
- mirascope/ops/_internal/types.py +13 -0
- mirascope/ops/_internal/utils.py +75 -0
- mirascope/ops/_internal/versioned_calls.py +512 -0
- mirascope/ops/_internal/versioned_functions.py +346 -0
- mirascope/ops/_internal/versioning.py +303 -0
- mirascope/ops/exceptions.py +21 -0
- {mirascope-2.0.0a2.dist-info → mirascope-2.0.0a4.dist-info}/METADATA +78 -3
- mirascope-2.0.0a4.dist-info/RECORD +247 -0
- {mirascope-2.0.0a2.dist-info → mirascope-2.0.0a4.dist-info}/WHEEL +1 -1
- mirascope/graphs/__init__.py +0 -22
- mirascope/graphs/finite_state_machine.py +0 -625
- mirascope/llm/agents/__init__.py +0 -15
- mirascope/llm/agents/agent.py +0 -97
- mirascope/llm/agents/agent_template.py +0 -45
- mirascope/llm/agents/decorator.py +0 -176
- mirascope/llm/calls/base_call.py +0 -33
- mirascope/llm/clients/__init__.py +0 -34
- mirascope/llm/clients/anthropic/__init__.py +0 -25
- mirascope/llm/clients/anthropic/_utils/encode.py +0 -243
- mirascope/llm/clients/anthropic/clients.py +0 -819
- mirascope/llm/clients/anthropic/model_ids.py +0 -8
- mirascope/llm/clients/google/__init__.py +0 -20
- mirascope/llm/clients/google/clients.py +0 -853
- mirascope/llm/clients/google/model_ids.py +0 -15
- mirascope/llm/clients/openai/__init__.py +0 -25
- mirascope/llm/clients/openai/completions/__init__.py +0 -28
- mirascope/llm/clients/openai/completions/_utils/model_features.py +0 -81
- mirascope/llm/clients/openai/completions/clients.py +0 -833
- mirascope/llm/clients/openai/completions/model_ids.py +0 -8
- mirascope/llm/clients/openai/responses/__init__.py +0 -26
- mirascope/llm/clients/openai/responses/_utils/__init__.py +0 -13
- mirascope/llm/clients/openai/responses/_utils/model_features.py +0 -87
- mirascope/llm/clients/openai/responses/clients.py +0 -832
- mirascope/llm/clients/openai/responses/model_ids.py +0 -8
- mirascope/llm/clients/openai/shared/__init__.py +0 -7
- mirascope/llm/clients/openai/shared/_utils.py +0 -55
- mirascope/llm/clients/providers.py +0 -175
- mirascope-2.0.0a2.dist-info/RECORD +0 -102
- /mirascope/llm/{clients → providers}/base/kwargs.py +0 -0
- /mirascope/llm/{clients → providers}/base/params.py +0 -0
- /mirascope/llm/{clients/anthropic → providers/google}/_utils/__init__.py +0 -0
- /mirascope/llm/{clients → providers}/google/message.py +0 -0
- /mirascope/llm/{clients/google → providers/openai/responses}/_utils/__init__.py +0 -0
- {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
|
+
|