llama-stack-client 0.2.16 → 0.2.17

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.
Files changed (149) hide show
  1. package/LICENSE +4 -198
  2. package/index.d.mts +2 -2
  3. package/index.d.ts +2 -2
  4. package/index.d.ts.map +1 -1
  5. package/index.js.map +1 -1
  6. package/index.mjs +1 -1
  7. package/index.mjs.map +1 -1
  8. package/package.json +2 -6
  9. package/resources/agents/agents.d.ts +29 -2
  10. package/resources/agents/agents.d.ts.map +1 -1
  11. package/resources/agents/agents.js.map +1 -1
  12. package/resources/agents/agents.mjs.map +1 -1
  13. package/resources/agents/session.d.ts +18 -0
  14. package/resources/agents/session.d.ts.map +1 -1
  15. package/resources/agents/steps.d.ts +4 -1
  16. package/resources/agents/steps.d.ts.map +1 -1
  17. package/resources/agents/turn.d.ts +113 -8
  18. package/resources/agents/turn.d.ts.map +1 -1
  19. package/resources/benchmarks.d.ts +15 -0
  20. package/resources/benchmarks.d.ts.map +1 -1
  21. package/resources/chat/chat.d.ts +24 -0
  22. package/resources/chat/chat.d.ts.map +1 -1
  23. package/resources/chat/chat.js.map +1 -1
  24. package/resources/chat/chat.mjs.map +1 -1
  25. package/resources/chat/completions.d.ts +648 -6
  26. package/resources/chat/completions.d.ts.map +1 -1
  27. package/resources/datasets.d.ts +42 -6
  28. package/resources/datasets.d.ts.map +1 -1
  29. package/resources/eval/eval.d.ts +9 -0
  30. package/resources/eval/eval.d.ts.map +1 -1
  31. package/resources/eval/eval.js.map +1 -1
  32. package/resources/eval/eval.mjs.map +1 -1
  33. package/resources/files.d.ts +9 -0
  34. package/resources/files.d.ts.map +1 -1
  35. package/resources/index.d.ts +1 -1
  36. package/resources/index.d.ts.map +1 -1
  37. package/resources/index.js.map +1 -1
  38. package/resources/index.mjs +1 -1
  39. package/resources/index.mjs.map +1 -1
  40. package/resources/inference.d.ts +36 -0
  41. package/resources/inference.d.ts.map +1 -1
  42. package/resources/inspect.d.ts +45 -1
  43. package/resources/inspect.d.ts.map +1 -1
  44. package/resources/inspect.js +1 -1
  45. package/resources/inspect.mjs +1 -1
  46. package/resources/models.d.ts +21 -0
  47. package/resources/models.d.ts.map +1 -1
  48. package/resources/post-training/job.d.ts +95 -2
  49. package/resources/post-training/job.d.ts.map +1 -1
  50. package/resources/post-training/post-training.d.ts +206 -0
  51. package/resources/post-training/post-training.d.ts.map +1 -1
  52. package/resources/post-training/post-training.js.map +1 -1
  53. package/resources/post-training/post-training.mjs.map +1 -1
  54. package/resources/providers.d.ts +9 -0
  55. package/resources/providers.d.ts.map +1 -1
  56. package/resources/responses/input-items.d.ts +114 -0
  57. package/resources/responses/input-items.d.ts.map +1 -1
  58. package/resources/responses/responses.d.ts +1265 -12
  59. package/resources/responses/responses.d.ts.map +1 -1
  60. package/resources/responses/responses.js.map +1 -1
  61. package/resources/responses/responses.mjs.map +1 -1
  62. package/resources/routes.d.ts +10 -1
  63. package/resources/routes.d.ts.map +1 -1
  64. package/resources/routes.js +1 -1
  65. package/resources/routes.mjs +1 -1
  66. package/resources/safety.d.ts +72 -1
  67. package/resources/safety.d.ts.map +1 -1
  68. package/resources/safety.js +6 -0
  69. package/resources/safety.js.map +1 -1
  70. package/resources/safety.mjs +6 -0
  71. package/resources/safety.mjs.map +1 -1
  72. package/resources/scoring-functions.d.ts +51 -0
  73. package/resources/scoring-functions.d.ts.map +1 -1
  74. package/resources/scoring.d.ts +9 -0
  75. package/resources/scoring.d.ts.map +1 -1
  76. package/resources/shared.d.ts +209 -3
  77. package/resources/shared.d.ts.map +1 -1
  78. package/resources/shields.d.ts +7 -1
  79. package/resources/shields.d.ts.map +1 -1
  80. package/resources/synthetic-data-generation.d.ts +18 -1
  81. package/resources/synthetic-data-generation.d.ts.map +1 -1
  82. package/resources/synthetic-data-generation.js +3 -0
  83. package/resources/synthetic-data-generation.js.map +1 -1
  84. package/resources/synthetic-data-generation.mjs +3 -0
  85. package/resources/synthetic-data-generation.mjs.map +1 -1
  86. package/resources/telemetry.d.ts +214 -0
  87. package/resources/telemetry.d.ts.map +1 -1
  88. package/resources/tool-runtime/rag-tool.d.ts +16 -4
  89. package/resources/tool-runtime/rag-tool.d.ts.map +1 -1
  90. package/resources/tool-runtime/rag-tool.js +2 -2
  91. package/resources/tool-runtime/rag-tool.mjs +2 -2
  92. package/resources/tool-runtime/tool-runtime.d.ts +52 -1
  93. package/resources/tool-runtime/tool-runtime.d.ts.map +1 -1
  94. package/resources/tool-runtime/tool-runtime.js.map +1 -1
  95. package/resources/tool-runtime/tool-runtime.mjs.map +1 -1
  96. package/resources/toolgroups.d.ts +30 -0
  97. package/resources/toolgroups.d.ts.map +1 -1
  98. package/resources/tools.d.ts +45 -0
  99. package/resources/tools.d.ts.map +1 -1
  100. package/resources/vector-dbs.d.ts +45 -0
  101. package/resources/vector-dbs.d.ts.map +1 -1
  102. package/resources/vector-io.d.ts +9 -0
  103. package/resources/vector-io.d.ts.map +1 -1
  104. package/resources/vector-stores/files.d.ts +149 -1
  105. package/resources/vector-stores/files.d.ts.map +1 -1
  106. package/resources/vector-stores/vector-stores.d.ts +121 -1
  107. package/resources/vector-stores/vector-stores.d.ts.map +1 -1
  108. package/resources/vector-stores/vector-stores.js.map +1 -1
  109. package/resources/vector-stores/vector-stores.mjs.map +1 -1
  110. package/src/index.ts +9 -1
  111. package/src/resources/agents/agents.ts +29 -2
  112. package/src/resources/agents/session.ts +18 -0
  113. package/src/resources/agents/steps.ts +4 -1
  114. package/src/resources/agents/turn.ts +113 -8
  115. package/src/resources/benchmarks.ts +15 -0
  116. package/src/resources/chat/chat.ts +24 -0
  117. package/src/resources/chat/completions.ts +678 -0
  118. package/src/resources/datasets.ts +42 -6
  119. package/src/resources/eval/eval.ts +9 -0
  120. package/src/resources/files.ts +9 -0
  121. package/src/resources/index.ts +7 -1
  122. package/src/resources/inference.ts +36 -0
  123. package/src/resources/inspect.ts +45 -1
  124. package/src/resources/models.ts +21 -0
  125. package/src/resources/post-training/job.ts +95 -2
  126. package/src/resources/post-training/post-training.ts +206 -0
  127. package/src/resources/providers.ts +9 -0
  128. package/src/resources/responses/input-items.ts +114 -0
  129. package/src/resources/responses/responses.ts +1265 -12
  130. package/src/resources/routes.ts +10 -1
  131. package/src/resources/safety.ts +83 -1
  132. package/src/resources/scoring-functions.ts +51 -0
  133. package/src/resources/scoring.ts +9 -0
  134. package/src/resources/shared.ts +209 -3
  135. package/src/resources/shields.ts +7 -1
  136. package/src/resources/synthetic-data-generation.ts +18 -1
  137. package/src/resources/telemetry.ts +214 -0
  138. package/src/resources/tool-runtime/rag-tool.ts +16 -4
  139. package/src/resources/tool-runtime/tool-runtime.ts +52 -1
  140. package/src/resources/toolgroups.ts +30 -0
  141. package/src/resources/tools.ts +45 -0
  142. package/src/resources/vector-dbs.ts +45 -0
  143. package/src/resources/vector-io.ts +9 -0
  144. package/src/resources/vector-stores/files.ts +149 -1
  145. package/src/resources/vector-stores/vector-stores.ts +121 -1
  146. package/src/version.ts +1 -1
  147. package/version.d.ts +1 -1
  148. package/version.js +1 -1
  149. package/version.mjs +1 -1
@@ -7,31 +7,91 @@ export declare class InputItems extends APIResource {
7
7
  list(responseId: string, query?: InputItemListParams, options?: Core.RequestOptions): Core.APIPromise<InputItemListResponse>;
8
8
  list(responseId: string, options?: Core.RequestOptions): Core.APIPromise<InputItemListResponse>;
9
9
  }
10
+ /**
11
+ * List container for OpenAI response input items.
12
+ */
10
13
  export interface InputItemListResponse {
14
+ /**
15
+ * List of input items
16
+ */
11
17
  data: Array<InputItemListResponse.OpenAIResponseOutputMessageWebSearchToolCall | InputItemListResponse.OpenAIResponseOutputMessageFileSearchToolCall | InputItemListResponse.OpenAIResponseOutputMessageFunctionToolCall | InputItemListResponse.OpenAIResponseInputFunctionToolCallOutput | InputItemListResponse.OpenAIResponseMessage>;
18
+ /**
19
+ * Object type identifier, always "list"
20
+ */
12
21
  object: 'list';
13
22
  }
14
23
  export declare namespace InputItemListResponse {
24
+ /**
25
+ * Web search tool call output message for OpenAI responses.
26
+ */
15
27
  interface OpenAIResponseOutputMessageWebSearchToolCall {
28
+ /**
29
+ * Unique identifier for this tool call
30
+ */
16
31
  id: string;
32
+ /**
33
+ * Current status of the web search operation
34
+ */
17
35
  status: string;
36
+ /**
37
+ * Tool call type identifier, always "web_search_call"
38
+ */
18
39
  type: 'web_search_call';
19
40
  }
41
+ /**
42
+ * File search tool call output message for OpenAI responses.
43
+ */
20
44
  interface OpenAIResponseOutputMessageFileSearchToolCall {
45
+ /**
46
+ * Unique identifier for this tool call
47
+ */
21
48
  id: string;
49
+ /**
50
+ * List of search queries executed
51
+ */
22
52
  queries: Array<string>;
53
+ /**
54
+ * Current status of the file search operation
55
+ */
23
56
  status: string;
57
+ /**
58
+ * Tool call type identifier, always "file_search_call"
59
+ */
24
60
  type: 'file_search_call';
61
+ /**
62
+ * (Optional) Search results returned by the file search operation
63
+ */
25
64
  results?: Array<{
26
65
  [key: string]: boolean | number | string | Array<unknown> | unknown | null;
27
66
  }>;
28
67
  }
68
+ /**
69
+ * Function tool call output message for OpenAI responses.
70
+ */
29
71
  interface OpenAIResponseOutputMessageFunctionToolCall {
72
+ /**
73
+ * JSON string containing the function arguments
74
+ */
30
75
  arguments: string;
76
+ /**
77
+ * Unique identifier for the function call
78
+ */
31
79
  call_id: string;
80
+ /**
81
+ * Name of the function being called
82
+ */
32
83
  name: string;
84
+ /**
85
+ * Tool call type identifier, always "function_call"
86
+ */
33
87
  type: 'function_call';
88
+ /**
89
+ * (Optional) Additional identifier for the tool call
90
+ */
34
91
  id?: string;
92
+ /**
93
+ * (Optional) Current status of the function call execution
94
+ */
35
95
  status?: string;
36
96
  }
37
97
  /**
@@ -58,13 +118,34 @@ export declare namespace InputItemListResponse {
58
118
  status?: string;
59
119
  }
60
120
  namespace OpenAIResponseMessage {
121
+ /**
122
+ * Text content for input messages in OpenAI response format.
123
+ */
61
124
  interface OpenAIResponseInputMessageContentText {
125
+ /**
126
+ * The text content of the input message
127
+ */
62
128
  text: string;
129
+ /**
130
+ * Content type identifier, always "input_text"
131
+ */
63
132
  type: 'input_text';
64
133
  }
134
+ /**
135
+ * Image content for input messages in OpenAI response format.
136
+ */
65
137
  interface OpenAIResponseInputMessageContentImage {
138
+ /**
139
+ * Level of detail for image processing, can be "low", "high", or "auto"
140
+ */
66
141
  detail: 'low' | 'high' | 'auto';
142
+ /**
143
+ * Content type identifier, always "input_image"
144
+ */
67
145
  type: 'input_image';
146
+ /**
147
+ * (Optional) URL of the image content
148
+ */
68
149
  image_url?: string;
69
150
  }
70
151
  interface UnionMember2 {
@@ -73,17 +154,50 @@ export declare namespace InputItemListResponse {
73
154
  type: 'output_text';
74
155
  }
75
156
  namespace UnionMember2 {
157
+ /**
158
+ * File citation annotation for referencing specific files in response content.
159
+ */
76
160
  interface OpenAIResponseAnnotationFileCitation {
161
+ /**
162
+ * Unique identifier of the referenced file
163
+ */
77
164
  file_id: string;
165
+ /**
166
+ * Name of the referenced file
167
+ */
78
168
  filename: string;
169
+ /**
170
+ * Position index of the citation within the content
171
+ */
79
172
  index: number;
173
+ /**
174
+ * Annotation type identifier, always "file_citation"
175
+ */
80
176
  type: 'file_citation';
81
177
  }
178
+ /**
179
+ * URL citation annotation for referencing external web resources.
180
+ */
82
181
  interface OpenAIResponseAnnotationCitation {
182
+ /**
183
+ * End position of the citation span in the content
184
+ */
83
185
  end_index: number;
186
+ /**
187
+ * Start position of the citation span in the content
188
+ */
84
189
  start_index: number;
190
+ /**
191
+ * Title of the referenced web resource
192
+ */
85
193
  title: string;
194
+ /**
195
+ * Annotation type identifier, always "url_citation"
196
+ */
86
197
  type: 'url_citation';
198
+ /**
199
+ * URL of the referenced web resource
200
+ */
87
201
  url: string;
88
202
  }
89
203
  interface OpenAIResponseAnnotationContainerFileCitation {
@@ -1 +1 @@
1
- {"version":3,"file":"input-items.d.ts","sourceRoot":"","sources":["../../src/resources/responses/input-items.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"input-items.d.ts","sourceRoot":"","sources":["../../src/resources/responses/input-items.ts"],"names":[],"mappings":"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"}