@@ -325,6 +325,7 @@ Response Types:
325
325
326
326
- <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#VectorStoreFile " >VectorStoreFile</a >
327
327
- <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#VectorStoreFileDeleteResponse " >VectorStoreFileDeleteResponse</a >
328
+ - <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#VectorStoreFileContentResponse " >VectorStoreFileContentResponse</a >
328
329
329
330
Methods:
330
331
@@ -333,9 +334,22 @@ Methods:
333
334
- <code title =" post /v1/vector_stores/{vector_store_id}/files/{file_id} " >client.VectorStores.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileService.Update " >Update</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <a href =" https://pkg.go.dev/builtin#string " >string</a >, params <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#VectorStoreFileUpdateParams " >VectorStoreFileUpdateParams</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#VectorStoreFile " >VectorStoreFile</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
334
335
- <code title="get /v1/vector_stores/{vector_store_id}/files">client.VectorStores.Files.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, vectorStoreID <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#VectorStoreFileListParams">VectorStoreFileListParams</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#VectorStoreFile">VectorStoreFile</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
335
336
- <code title =" delete /v1/vector_stores/{vector_store_id}/files/{file_id} " >client.VectorStores.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <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#VectorStoreFileDeleteParams " >VectorStoreFileDeleteParams</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#VectorStoreFileDeleteResponse " >VectorStoreFileDeleteResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
337
+ - <code title =" get /v1/vector_stores/{vector_store_id}/files/{file_id}/content " >client.VectorStores.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileService.Content " >Content</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <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#VectorStoreFileContentParams " >VectorStoreFileContentParams</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#VectorStoreFileContentResponse " >VectorStoreFileContentResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
336
338
337
339
## FileBatches
338
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#ListVectorStoreFilesInBatchResponse " >ListVectorStoreFilesInBatchResponse</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#VectorStoreFileBatches " >VectorStoreFileBatches</a >
345
+
346
+ Methods:
347
+
348
+ - <code title =" post /v1/vector_stores/{vector_store_id}/file_batches " >client.VectorStores.FileBatches.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileBatchService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, vectorStoreID <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#VectorStoreFileBatchNewParams " >VectorStoreFileBatchNewParams</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#VectorStoreFileBatches " >VectorStoreFileBatches</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
349
+ - <code title =" get /v1/vector_stores/{vector_store_id}/file_batches/{batch_id} " >client.VectorStores.FileBatches.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileBatchService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, batchID <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#VectorStoreFileBatchGetParams " >VectorStoreFileBatchGetParams</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#VectorStoreFileBatches " >VectorStoreFileBatches</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
350
+ - <code title="get /v1/vector_stores/{vector_store_id}/file_batches/{batch_id}/files">client.VectorStores.FileBatches.<a href="https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileBatchService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, batchID <a href="https://pkg.go.dev/builtin#string">string</a>, params <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#VectorStoreFileBatchListParams">VectorStoreFileBatchListParams</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#VectorStoreFile">VectorStoreFile</a>], <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
351
+ - <code title =" post /v1/vector_stores/{vector_store_id}/file_batches/{batch_id}/cancel " >client.VectorStores.FileBatches.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#VectorStoreFileBatchService.Cancel " >Cancel</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, batchID <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#VectorStoreFileBatchCancelParams " >VectorStoreFileBatchCancelParams</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#VectorStoreFileBatches " >VectorStoreFileBatches</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
352
+
339
353
# Models
340
354
341
355
Response Types:
@@ -525,12 +539,15 @@ Methods:
525
539
526
540
Response Types:
527
541
542
+ - <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#DeleteFileResponse " >DeleteFileResponse</a >
528
543
- <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#File " >File</a >
529
544
- <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#ListFilesResponse " >ListFilesResponse</a >
530
545
- <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#FileContentResponse " >FileContentResponse</a >
531
546
532
547
Methods:
533
548
534
549
- <code title =" post /v1/files " >client.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#FileService.New " >New</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#FileNewParams " >FileNewParams</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#File " >File</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
550
+ - <code title =" get /v1/files/{file_id} " >client.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#FileService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <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#File " >File</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
535
551
- <code title =" get /v1/files " >client.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#FileService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</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#FileListParams " >FileListParams</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#File " >File</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
552
+ - <code title =" delete /v1/files/{file_id} " >client.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#FileService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <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#DeleteFileResponse " >DeleteFileResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
536
553
- <code title =" get /v1/files/{file_id}/content " >client.Files.<a href =" https://pkg.go.dev/github.com/llamastack/llama-stack-client-go#FileService.Content " >Content</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, fileID <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#FileContentResponse " >FileContentResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
0 commit comments