Skip to content

Commit dd17df4

Browse files
committed
Remove hyphens.
1 parent 6271e96 commit dd17df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/server-ai/src/api/LDAIClient.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export interface LDAIClient {
1010
/**
1111
* Parses and interpolates a template string with the provided variables.
1212
*
13-
* @param template - The template string to be parsed and interpolated.
14-
* @param variables - An object containing the variables to be used for interpolation.
13+
* @param template The template string to be parsed and interpolated.
14+
* @param variables An object containing the variables to be used for interpolation.
1515
* @returns The interpolated string.
1616
*/
1717
interpolateTemplate(template: string, variables: Record<string, unknown>): string;

0 commit comments

Comments
 (0)