InputPromptFooterProps
Agent Runtimes / chat/prompt/InputPromptFooter / InputPromptFooterProps
Interface: InputPromptFooterProps
Defined in: src/chat/prompt/InputPromptFooter.tsx:24
Properties
children?
optionalchildren?:ReactNode
Defined in: src/chat/prompt/InputPromptFooter.tsx:26
Content to render on the left side (dropdowns, indicators, etc.)
isKernelBusy?
optionalisKernelBusy?:boolean
Defined in: src/chat/prompt/InputPromptFooter.tsx:34
Whether the connected kernel is currently busy
isLoading?
optionalisLoading?: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?
optionalonStop?: () =>void
Defined in: src/chat/prompt/InputPromptFooter.tsx:38
Callback when the stop button is clicked
Returns
void
rightContent?
optionalrightContent?:ReactNode
Defined in: src/chat/prompt/InputPromptFooter.tsx:28
Content to render on the right side, just before the send/stop button
sendDisabled?
optionalsendDisabled?:boolean
Defined in: src/chat/prompt/InputPromptFooter.tsx:32
Whether the send button should be disabled