It's *supposed* to run the tool when the user sends "Follow me" or "Come here" etc etc
It's supposed to run the tool when the user sends "Follow me" or "Come here" etc etc
@cf/qwen/qwen1.5-14b-chat-awq, ai is env.ai@cf/llava-hf/llava-1.5-7b-hf model not working right now? Seems to be throwing 4002: could not route request to AI model@cf/bytedance/stable-diffusion-xl-lightning in my app. My app has daily 50k+ active user, but the app is not yet Ai related I am thinking to add some Ai features in it so it can also be used as an Ai app in future. @hf/nousresearch/hermes-2-pro-mistral-7b. Is this a known issue/feature? (Looks like the model produces deterministic results. To be able to get some randomness in the output would make testing easier when doing function calling.)@cf/unum/uform-gen2-qwen-500mInferenceUpstreamError: undefined: undefined
?task=c329a1f9-323d-4e91-b2aa-582dd4188d34 and ?task=Text%20Generation, both of them returned error.


@hf/thebloke won't generate a response if max_tokens is set to 597 or higher. (Fails with "3025: Unknown internal error".)runWithTools syntax change?runWithTools I get Error in runWithTools: Error in runAndProcessToolCall: Bad input: must have required property 'prompt', must have required property 'name', must have required property 'description', must have required property 'parameters', must have required property 'type', must have required property 'properties', must match exactly one schema in oneOf, must match exactly one schema in oneOf,@cf/qwen/qwen1.5-14b-chat-awq@cf/llava-hf/llava-1.5-7b-hf4002: could not route request to AI model@cf/bytedance/stable-diffusion-xl-lightning@hf/nousresearch/hermes-2-pro-mistral-7bconst updateKvValue = async ({ key, value }: { key: string; value: string }) => {
await env.KV.put(key, value);
return `Successfully updated key-value pair in database`; //<-- this
};@cf/unum/uform-gen2-qwen-500mInferenceUpstreamError: undefined: undefinedat Ai._parseError (cloudflare-internal:ai-api:74:20)
at async Ai.run (cloudflare-internal:ai-api:55:23)?task=c329a1f9-323d-4e91-b2aa-582dd4188d34?task=Text%20Generation@hf/theblokerunWithToolsrunWithToolsError in runWithTools: Error in runAndProcessToolCall: Bad input: must have required property 'prompt', must have required property 'name', must have required property 'description', must have required property 'parameters', must have required property 'type', must have required property 'properties', must match exactly one schema in oneOf, must match exactly one schema in oneOf, { role: "system", content: "Put user given values in KV" },
{ role: "user", content: "Set the value of banana to yellow." },
{ role: "assistant", content: '{"arguments":{"key":"banana","value":"yellow"},"name":"KV update"}' },
{ role: "tool", "content": '"Successfully updated key-value pair in database."', "name": "KV update" }{
"errors":[
{
"message":"Server Error",
"code":1000
}
],
"success":false,
"result":{},
"messages":[]
}