Ask a question to get started
Enter to sendā¢Shift+Enter new line
stream( self, input: Union[str, Dict[str, Any]], config: Optional
input
Union[str, Dict[str, Any]]
Either a string query or dict with 'input'/'query' and optional parameters
config
Optional[RunnableConfig]
None
**kwargs
Any
{}
Stream agent responses following LangChain Runnable interface.
Optional configuration for the run
Additional parameters (temperature, max_tokens, etc.)