Skip to main content

InputPromptFooterProps

Agent Runtimes


Agent Runtimes / chat/prompt/InputPromptFooter / InputPromptFooterProps

Interface: InputPromptFooterProps

Defined in: src/chat/prompt/InputPromptFooter.tsx:24

Properties

children?

optional children?: ReactNode

Defined in: src/chat/prompt/InputPromptFooter.tsx:26

Content to render on the left side (dropdowns, indicators, etc.)


isKernelBusy?

optional isKernelBusy?: boolean

Defined in: src/chat/prompt/InputPromptFooter.tsx:34

Whether the connected kernel is currently busy


isLoading?

optional isLoading?: boolean

Defined in: src/chat/prompt/InputPromptFooter.tsx:30

Whether the agent is loading / streaming


onSend

onSend: () => void

Defined in: src/chat/prompt/InputPromptFooter.tsx:36

Callback when the send button is clicked

Returns

void


onStop?

optional onStop?: () => void

Defined in: src/chat/prompt/InputPromptFooter.tsx:38

Callback when the stop button is clicked

Returns

void


rightContent?

optional rightContent?: ReactNode

Defined in: src/chat/prompt/InputPromptFooter.tsx:28

Content to render on the right side, just before the send/stop button


sendDisabled?

optional sendDisabled?: boolean

Defined in: src/chat/prompt/InputPromptFooter.tsx:32

Whether the send button should be disabled