@avallon-labs/sdk 2.1.0 → 3.0.0
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.
- package/dist/index.d.ts +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -268,8 +268,6 @@ interface AgentList {
|
|
|
268
268
|
* OpenAPI spec version: 1.0.0
|
|
269
269
|
*/
|
|
270
270
|
interface AgentPrompt {
|
|
271
|
-
/** The agent system prompt */
|
|
272
|
-
prompt: string;
|
|
273
271
|
/** Available placeholder variables */
|
|
274
272
|
placeholders: string[];
|
|
275
273
|
}
|
|
@@ -3525,7 +3523,7 @@ declare const useDeleteToolsFromAgent: <TError = ErrorType<ErrorResponse>>(id: s
|
|
|
3525
3523
|
swrKey: string | readonly [`/v1/agents/${string}/tools`];
|
|
3526
3524
|
};
|
|
3527
3525
|
/**
|
|
3528
|
-
* Retrieve the
|
|
3526
|
+
* Retrieve the available placeholder variables for an agent.
|
|
3529
3527
|
* @summary Get agent prompt
|
|
3530
3528
|
*/
|
|
3531
3529
|
declare const getGetAgentPromptUrl: (id: string) => string;
|