Two models. Same prompt, same tool description, same request. One of them returned this: { "kind" : "entity" , "entityName" : "todo" , "definition" : { "fields" : { "title" : "text" } } } The other returned this: { "kind" : "entity" , "name" : "todo" , "fields" : { "title" : "text" } } The seco...
Source: [Dev.to](https://dev.to/marc_kumiko/the-model-obeys-your-schema-not-your-description-1cml)