InputPromptFooterProps
Agent Runtimes / chat/prompt/InputPromptFooter / InputPromptFooterProps
Interface: InputPromptFooterProps
Defined in: chat/prompt/InputPromptFooter.tsx:20
Properties
children?
optionalchildren?:ReactNode
Defined in: chat/prompt/InputPromptFooter.tsx:22
Content to render on the left side (dropdowns, indicators, etc.)
isLoading?
optionalisLoading?:boolean
Defined in: chat/prompt/InputPromptFooter.tsx:26
Whether the agent is loading / streaming
onSend
onSend: () =>
void
Defined in: chat/prompt/InputPromptFooter.tsx:30
Callback when the send button is clicked
Returns
void
onStop?
optionalonStop?: () =>void
Defined in: chat/prompt/InputPromptFooter.tsx:32
Callback when the stop button is clicked
Returns
void
rightContent?
optionalrightContent?:ReactNode
Defined in: chat/prompt/InputPromptFooter.tsx:24
Content to render on the right side, just before the send/stop button
sendDisabled?
optionalsendDisabled?:boolean
Defined in: chat/prompt/InputPromptFooter.tsx:28
Whether the send button should be disabled