We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d084bfc commit b363cd3Copy full SHA for b363cd3
packages/web-api/src/types/request/assistant.ts
@@ -15,7 +15,7 @@ export interface AssistantThreadsSetSuggestedPromptsArguments extends TokenOverr
15
/** @description Channel ID containing the assistant thread. */
16
channel_id: string;
17
/** @description Prompt suggestions that appear when opening assistant thread. */
18
- prompts: [AssistantPrompt, ...AssistantPrompt[]];
+ prompts: AssistantPrompt[];
19
/** @description Message timestamp of the thread. */
20
thread_ts: string;
21
/** @description Title for the prompts. */
0 commit comments