Raivat Shah

Results 9 comments of Raivat Shah

I agree to this! More clarify would definitely help!

did anyone find a fix for this? Facing the same issue

Is function calling support official? I want to double confirm because although the PR has been merged, this issue is still open and the [tool use example](https://github.com/guidance-ai/guidance/blob/main/notebooks/art_of_prompt_design/tool_use.ipynb) is still not...

Thanks @arun477! But I wonder if it should be part of the repo/notebook in some way to make it work *out of the box*.

I would love this feature as well!!

agreed @debiprasad! would be super useful to have this world map

I managed to fix some of the issue by: ``` import externalStyles from "@uiw/react-md-editor/markdown-editor.css"; export const links: LinksFunction = () => [ { rel: "stylesheet", href: externalStyles} ] ``` inside...