Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxuanzhangsfdx committed Feb 14, 2025
1 parent 7cd8bf7 commit ea9be01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/llmService/LLMService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export interface LLMServiceInterface {
export type CallLLMOptions = {
// Values to be added to the parameters property on the request.
parameters?: {
guided_json?: string;
guided_json?: string; // TODO: define the type in detail
};
// Properties to be added to the body of the request.
properties?: {
stop_sequence?: string[];
stop_sequence?: string[]; // TODO: define the type in detail
};
};

0 comments on commit ea9be01

Please sign in to comment.