#json-schema

[ follow ]
Web development
fromLogRocket Blog
1 week ago

Is A2UI the Telegram Mini App of AI? - LogRocket Blog

A2UI is a declarative UI protocol enabling AI agents to send JSON-defined interactive mini-apps that render as native components without sending HTML, CSS, or JavaScript.
Python
fromCaktusgroup
2 months ago

LLM Basics: Ollama Function Calling | Caktus Group

Use Ollama's local Llama 3.2 model to perform function calling by providing function schemas or Python functions and executing returned tool calls.
fromCaktusgroup
2 months ago

LLM Basics: OpenAI Function Calling | Caktus Group

We may want the model to query a database, call an external API, or perform calculations. Function calling (also known as tool calling) allows you to define functions (with schemas) that the model can call as part of its response. For us, this seems like a first step towards enabling more complex interactions with LLMs, where they can not only generate text but also perform actions based on that text.
Artificial intelligence
[ Load more ]