Currently the place holder text for the chat prompt is static: https://github.com/pydantic/ai-chat-ui/blob/8014d57f8fccda48ff643126c6a10f91812f61a6/src/components/ai-elements/prompt-input.tsx#L32 It would be helpful to be able to at runtime override this value with something more application-specific.
Currently the place holder text for the chat prompt is static:
ai-chat-ui/src/components/ai-elements/prompt-input.tsx
Line 32 in 8014d57
It would be helpful to be able to at runtime override this value with something more application-specific.