feat: unify creation agent chat fill
This commit is contained in:
@@ -51,6 +51,7 @@ export interface CreatePuzzleAgentSessionResponse {
|
||||
export interface SendPuzzleAgentMessageRequest {
|
||||
clientMessageId: string;
|
||||
text: string;
|
||||
quickFillRequested?: boolean;
|
||||
}
|
||||
|
||||
export interface SendPuzzleAgentMessageResponse extends PuzzleAgentActionResponse {
|
||||
|
||||
Reference in New Issue
Block a user