@@ -702,6 +702,7 @@ Methods:
702
702
- <code title =" post /responses " >client.Responses.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseService.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/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseNewParams " >ResponseNewParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#Response " >Response</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
703
703
- <code title =" get /responses/{response_id} " >client.Responses.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, responseID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseGetParams " >ResponseGetParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#Response " >Response</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
704
704
- <code title =" delete /responses/{response_id} " >client.Responses.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, responseID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
705
+ - <code title =" post /responses/{response_id}/cancel " >client.Responses.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseService.Cancel " >Cancel</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, responseID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
705
706
706
707
## InputItems
707
708
@@ -712,3 +713,39 @@ Response Types:
712
713
Methods:
713
714
714
715
- <code title =" get /responses/{response_id}/input_items " >client.Responses.InputItems.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#InputItemService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, responseID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#InputItemListParams " >InputItemListParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination#CursorPage " >CursorPage</a >[ <a href =" https://pkg.go.dev/github.com/openai/openai-go/responses " >responses</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/responses#ResponseItemUnion " >ResponseItemUnion</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
716
+
717
+ # Containers
718
+
719
+ Response Types:
720
+
721
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerNewResponse " >ContainerNewResponse</a >
722
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerGetResponse " >ContainerGetResponse</a >
723
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerListResponse " >ContainerListResponse</a >
724
+
725
+ Methods:
726
+
727
+ - <code title =" post /containers " >client.Containers.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerService.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/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerNewParams " >ContainerNewParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerNewResponse " >ContainerNewResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
728
+ - <code title =" get /containers/{container_id} " >client.Containers.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerGetResponse " >ContainerGetResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
729
+ - <code title =" get /containers " >client.Containers.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerService.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/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerListParams " >ContainerListParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination#CursorPage " >CursorPage</a >[ <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerListResponse " >ContainerListResponse</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
730
+ - <code title =" delete /containers/{container_id} " >client.Containers.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
731
+
732
+ ## Files
733
+
734
+ Response Types:
735
+
736
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileNewResponse " >ContainerFileNewResponse</a >
737
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileGetResponse " >ContainerFileGetResponse</a >
738
+ - <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileListResponse " >ContainerFileListResponse</a >
739
+
740
+ Methods:
741
+
742
+ - <code title =" post /containers/{container_id}/files " >client.Containers.Files.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileService.New " >New</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, body <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileNewParams " >ContainerFileNewParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileNewResponse " >ContainerFileNewResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
743
+ - <code title =" get /containers/{container_id}/files/{file_id} " >client.Containers.Files.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, fileID <a href =" https://pkg.go.dev/builtin#string " >string</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileGetResponse " >ContainerFileGetResponse</a >, <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
744
+ - <code title =" get /containers/{container_id}/files " >client.Containers.Files.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileService.List " >List</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, query <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileListParams " >ContainerFileListParams</a >) (<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination " >pagination</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go/packages/pagination#CursorPage " >CursorPage</a >[ <a href =" https://pkg.go.dev/github.com/openai/openai-go " >openai</a >.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileListResponse " >ContainerFileListResponse</a >] , <a href =" https://pkg.go.dev/builtin#error " >error</a >)</code >
745
+ - <code title =" delete /containers/{container_id}/files/{file_id} " >client.Containers.Files.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileService.Delete " >Delete</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, fileID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
746
+
747
+ ### Content
748
+
749
+ Methods:
750
+
751
+ - <code title =" get /containers/{container_id}/files/{file_id}/content " >client.Containers.Files.Content.<a href =" https://pkg.go.dev/github.com/openai/openai-go#ContainerFileContentService.Get " >Get</a >(ctx <a href =" https://pkg.go.dev/context " >context</a >.<a href =" https://pkg.go.dev/context#Context " >Context</a >, containerID <a href =" https://pkg.go.dev/builtin#string " >string</a >, fileID <a href =" https://pkg.go.dev/builtin#string " >string</a >) <a href =" https://pkg.go.dev/builtin#error " >error</a ></code >
0 commit comments