@avallon-labs/sdk 22.0.0-staging.488 → 22.1.0-staging.490
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 +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -6843,6 +6843,9 @@ declare const useDeleteToolsFromVoiceAgent: <TError = ErrorType<ErrorResponse>>(
|
|
|
6843
6843
|
};
|
|
6844
6844
|
/**
|
|
6845
6845
|
* Retrieve the available placeholder variables defined in a voice agent's prompt.
|
|
6846
|
+
|
|
6847
|
+
For compatibility this endpoint is also available using the following (deprecated) paths:
|
|
6848
|
+
`GET /v1/agents/{id}/prompt`
|
|
6846
6849
|
* @summary Get voice agent placeholders
|
|
6847
6850
|
*/
|
|
6848
6851
|
declare const getGetVoiceAgentPlaceholdersUrl: (voiceAgentId: string) => string;
|