Skip to content

Commit ea9be01

Browse files
chore: comment
1 parent 7cd8bf7 commit ea9be01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/llmService/LLMService.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ export interface LLMServiceInterface {
2828
export type CallLLMOptions = {
2929
// Values to be added to the parameters property on the request.
3030
parameters?: {
31-
guided_json?: string;
31+
guided_json?: string; // TODO: define the type in detail
3232
};
3333
// Properties to be added to the body of the request.
3434
properties?: {
35-
stop_sequence?: string[];
35+
stop_sequence?: string[]; // TODO: define the type in detail
3636
};
3737
};

0 commit comments

Comments
 (0)