Skip to content

AIDK API Reference / aidk/content / AssistantAllowedBlock

Type Alias: AssistantAllowedBlock ​

ts
type AssistantAllowedBlock = 
  | TextBlock
  | ToolUseBlock
  | ReasoningBlock
  | GeneratedImageBlock
  | GeneratedFileBlock
  | ExecutableCodeBlock
  | CodeExecutionResultBlock;

Defined in: packages/shared/src/blocks.ts:407

Released under the MIT License.