Skip to content

Commit 1573312

Browse files
feat(api): manual updates
1 parent d3f850b commit 1573312

File tree

7 files changed

+232
-270
lines changed

7 files changed

+232
-270
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 104
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-fcaa960dc2de2029f4f67f13ff1d0fc1ff70e683810ed9739be805debef1673d.yml
3-
openapi_spec_hash: a25e7616ad6230f872b46c2cb6fa0a96
4-
config_hash: ff421daf28f90ad4bd4e13f374b18a00
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-97b91eca4a3ff251edc02636b1a638866675d6c1abd46cd9fc18bc50a1de9656.yml
3+
openapi_spec_hash: 7302f1aa50090e3de78e34c184371267
4+
config_hash: 364c8cc514fe5aa69bd24c7f3721985b

api.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ Methods:
118118
Response Types:
119119

120120
- <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#ConversationItemNewResponse">ConversationItemNewResponse</a>
121-
- <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#ConversationItemListResponse">ConversationItemListResponse</a>
121+
- <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#ConversationItemListResponseUnion">ConversationItemListResponseUnion</a>
122122
- <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#ConversationItemGetResponseUnion">ConversationItemGetResponseUnion</a>
123123

124124
Methods:
125125

126126
- <code title="post /v1/conversations/{conversation_id}/items">client.Conversations.Items.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ConversationItemService.New">New</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, conversationID <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#ConversationItemNewParams">ConversationItemNewParams</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#ConversationItemNewResponse">ConversationItemNewResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
127-
- <code title="get /v1/conversations/{conversation_id}/items">client.Conversations.Items.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ConversationItemService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, conversationID <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#ConversationItemListParams">ConversationItemListParams</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#ConversationItemListResponse">ConversationItemListResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
127+
- <code title="get /v1/conversations/{conversation_id}/items">client.Conversations.Items.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ConversationItemService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, conversationID <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#ConversationItemListParams">ConversationItemListParams</a>) (<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go/packages/pagination">pagination</a>.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go/packages/pagination#OpenAICursorPage">OpenAICursorPage</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#ConversationItemListResponseUnion">ConversationItemListResponseUnion</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
128128
- <code title="get /v1/conversations/{conversation_id}/items/{item_id}">client.Conversations.Items.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#ConversationItemService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, itemID <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#ConversationItemGetParams">ConversationItemGetParams</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#ConversationItemGetResponseUnion">ConversationItemGetResponseUnion</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
129129

130130
# Inspect
@@ -326,8 +326,6 @@ Methods:
326326

327327
- <code title="post /v1/synthetic-data-generation/generate">client.SyntheticDataGeneration.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#SyntheticDataGenerationService.Generate">Generate</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#SyntheticDataGenerationGenerateParams">SyntheticDataGenerationGenerateParams</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#SyntheticDataGenerationResponse">SyntheticDataGenerationResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
328328

329-
# Telemetry
330-
331329
# Scoring
332330

333331
Response Types:

client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type Client struct {
3535
Safety SafetyService
3636
Shields ShieldService
3737
SyntheticDataGeneration SyntheticDataGenerationService
38-
Telemetry TelemetryService
3938
Scoring ScoringService
4039
ScoringFunctions ScoringFunctionService
4140
Benchmarks BenchmarkService
@@ -84,7 +83,6 @@ func NewClient(opts ...option.RequestOption) (r Client) {
8483
r.Safety = NewSafetyService(opts...)
8584
r.Shields = NewShieldService(opts...)
8685
r.SyntheticDataGeneration = NewSyntheticDataGenerationService(opts...)
87-
r.Telemetry = NewTelemetryService(opts...)
8886
r.Scoring = NewScoringService(opts...)
8987
r.ScoringFunctions = NewScoringFunctionService(opts...)
9088
r.Benchmarks = NewBenchmarkService(opts...)

0 commit comments

Comments
 (0)