phonic 0.21.0 → 0.21.1
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.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -112,6 +112,7 @@ type PhonicConfigurationEndpointRequestPayload = {
|
|
|
112
112
|
type PhonicConfigurationEndpointResponsePayload = {
|
|
113
113
|
welcome_message?: string | null;
|
|
114
114
|
system_prompt?: string;
|
|
115
|
+
template_variables?: Record<string, string>;
|
|
115
116
|
tools?: Array<PhonicTool>;
|
|
116
117
|
boosted_keywords?: string[];
|
|
117
118
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -112,6 +112,7 @@ type PhonicConfigurationEndpointRequestPayload = {
|
|
|
112
112
|
type PhonicConfigurationEndpointResponsePayload = {
|
|
113
113
|
welcome_message?: string | null;
|
|
114
114
|
system_prompt?: string;
|
|
115
|
+
template_variables?: Record<string, string>;
|
|
115
116
|
tools?: Array<PhonicTool>;
|
|
116
117
|
boosted_keywords?: string[];
|
|
117
118
|
};
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED