llm_kwargs: this is where we specify `functions` and `function_call` output_parser: this is where we parse the `function_call` response into either a string, json object, or pydantic object @pydantic is really nice for letting users specify schema in a Pythonic way!
Leave a Reply