← Back to context Comment by nickdonnelly 11 hours ago The inputs aren't natural language. https://docs.typesafe.ai/primitives 1 comment nickdonnelly Reply cooljoseph 10 hours ago The inputs are natural language, they're just also structured into a tree. The first example on that very page shows natural language instructions: questions = { "refund_requested": Noul( instructions="Does the customer request a refund?", ), }
cooljoseph 10 hours ago The inputs are natural language, they're just also structured into a tree. The first example on that very page shows natural language instructions: questions = { "refund_requested": Noul( instructions="Does the customer request a refund?", ), }
The inputs are natural language, they're just also structured into a tree. The first example on that very page shows natural language instructions: