Ask a question to get started
Enter to send•Shift+Enter new line
A dictionary of the partial variables the prompt template carries.
Partial variables populate the template so that you don't need to pass them in every time you call the prompt.
partial_variables: Mapping[str, Any] = Field(default_factory=dict)