MCPcopy
hub / github.com/MiniMax-AI/cli / TextChatFlags

Interface TextChatFlags

src/types/commands.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TextChatFlags {
2 model?: string;
3 message?: string[];
4 messagesFile?: string;
5 system?: string;
6 maxTokens?: number;
7 temperature?: number;
8 topP?: number;
9 stream?: boolean;
10 tool?: string[];
11}
12
13export interface SpeechSynthesizeFlags {
14 model?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected