Skip to content

Commit 6c9752f

Browse files
feat(api): fixes to URLs
1 parent 65cef22 commit 6c9752f

File tree

8 files changed

+2551
-385
lines changed

8 files changed

+2551
-385
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 93
1+
configured_endpoints: 108
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-f26df77f0800baeaea40407776f6c1e618756037969411e29de209ce961655dd.yml
33
openapi_spec_hash: e7c2329edc0f9f5aa1c78b6afb996e1c
4-
config_hash: 0412cd40c0609550c1a47c69dd104e4f
4+
config_hash: 8800bdff1a087b9d5211dda2a7b9f66f

api.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,22 @@ Methods:
102102

103103
# Datasets
104104

105+
Response Types:
106+
107+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListDatasetsResponse">ListDatasetsResponse</a>
108+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetGetResponse">DatasetGetResponse</a>
109+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsResponse">DatasetIterrowsResponse</a>
110+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterResponse">DatasetRegisterResponse</a>
111+
112+
Methods:
113+
114+
- <code title="get /v1beta/datasets/{dataset_id}">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, datasetID <a href="https://pkg.go.dev/builtin#string">string</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetGetResponse">DatasetGetResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
115+
- <code title="get /v1beta/datasets">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>) ([]<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListDatasetsResponseData">ListDatasetsResponseData</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
116+
- <code title="post /v1beta/datasetio/append-rows/{dataset_id}">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Appendrows">Appendrows</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, datasetID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetAppendrowsParams">DatasetAppendrowsParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
117+
- <code title="get /v1beta/datasetio/iterrows/{dataset_id}">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Iterrows">Iterrows</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, datasetID <a href="https://pkg.go.dev/builtin#string">string</a>, query <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsParams">DatasetIterrowsParams</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetIterrowsResponse">DatasetIterrowsResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
118+
- <code title="post /v1beta/datasets">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Register">Register</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterParams">DatasetRegisterParams</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetRegisterResponse">DatasetRegisterResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
119+
- <code title="delete /v1beta/datasets/{dataset_id}">client.Datasets.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#DatasetService.Unregister">Unregister</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, datasetID <a href="https://pkg.go.dev/builtin#string">string</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
120+
105121
# Inspect
106122

107123
Response Types:
@@ -320,11 +336,26 @@ Methods:
320336

321337
Params Types:
322338

323-
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#EventUnionParam">EventUnionParam</a>
339+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QueryConditionParam">QueryConditionParam</a>
340+
341+
Response Types:
342+
343+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QuerySpansResponse">QuerySpansResponse</a>
344+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#SpanWithStatus">SpanWithStatus</a>
345+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace">Trace</a>
346+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanResponse">TelemetryGetSpanResponse</a>
347+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeResponse">TelemetryGetSpanTreeResponse</a>
348+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsResponse">TelemetryQueryMetricsResponse</a>
324349

325350
Methods:
326351

327-
- <code title="post /v1/telemetry/events">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.LogEvent">LogEvent</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryLogEventParams">TelemetryLogEventParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
352+
- <code title="get /v1alpha/telemetry/traces/{trace_id}/spans/{span_id}">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetSpan">GetSpan</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, spanID <a href="https://pkg.go.dev/builtin#string">string</a>, query <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanParams">TelemetryGetSpanParams</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanResponse">TelemetryGetSpanResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
353+
- <code title="post /v1alpha/telemetry/spans/{span_id}/tree">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetSpanTree">GetSpanTree</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, spanID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeParams">TelemetryGetSpanTreeParams</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryGetSpanTreeResponse">TelemetryGetSpanTreeResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
354+
- <code title="get /v1alpha/telemetry/traces/{trace_id}">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.GetTrace">GetTrace</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, traceID <a href="https://pkg.go.dev/builtin#string">string</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace">Trace</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
355+
- <code title="post /v1alpha/telemetry/metrics/{metric_name}">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QueryMetrics">QueryMetrics</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, metricName <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsParams">TelemetryQueryMetricsParams</a>) ([]<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryMetricsResponse">TelemetryQueryMetricsResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
356+
- <code title="post /v1alpha/telemetry/spans">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QuerySpans">QuerySpans</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQuerySpansParams">TelemetryQuerySpansParams</a>) ([]<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#QuerySpansResponseData">QuerySpansResponseData</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
357+
- <code title="post /v1alpha/telemetry/traces">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.QueryTraces">QueryTraces</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryQueryTracesParams">TelemetryQueryTracesParams</a>) ([]<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Trace">Trace</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
358+
- <code title="post /v1alpha/telemetry/spans/export">client.Telemetry.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetryService.SaveSpansToDataset">SaveSpansToDataset</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#TelemetrySaveSpansToDatasetParams">TelemetrySaveSpansToDatasetParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
328359

329360
# Scoring
330361

@@ -358,6 +389,17 @@ Methods:
358389

359390
# Benchmarks
360391

392+
Response Types:
393+
394+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark">Benchmark</a>
395+
- <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ListBenchmarksResponse">ListBenchmarksResponse</a>
396+
397+
Methods:
398+
399+
- <code title="get /v1alpha/eval/benchmarks/{benchmark_id}">client.Benchmarks.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, benchmarkID <a href="https://pkg.go.dev/builtin#string">string</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark">Benchmark</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
400+
- <code title="get /v1alpha/eval/benchmarks">client.Benchmarks.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>) ([]<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#Benchmark">Benchmark</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
401+
- <code title="post /v1alpha/eval/benchmarks">client.Benchmarks.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkService.Register">Register</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, body <a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go">llamastackclient</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#BenchmarkRegisterParams">BenchmarkRegisterParams</a>) <a href="https://pkg.go.dev/builtin#error">error</a></code>
402+
361403
# Files
362404

363405
Response Types:

0 commit comments

Comments
 (0)