We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6271e96 commit dd17df4Copy full SHA for dd17df4
packages/sdk/server-ai/src/api/LDAIClient.ts
@@ -10,8 +10,8 @@ export interface LDAIClient {
10
/**
11
* Parses and interpolates a template string with the provided variables.
12
*
13
- * @param template - The template string to be parsed and interpolated.
14
- * @param variables - An object containing the variables to be used for interpolation.
+ * @param template The template string to be parsed and interpolated.
+ * @param variables An object containing the variables to be used for interpolation.
15
* @returns The interpolated string.
16
*/
17
interpolateTemplate(template: string, variables: Record<string, unknown>): string;
0 commit comments