Ask a question to get started
Enter to sendā¢Shift+Enter new line
format( self, **kwargs: Any = {}, ) -> str
**kwargs
Any
{}
Any arguments to be passed to the prompt template.
Format the prompt with the inputs.
Example:
prompt.format(variable1="foo")