Skip to content

Commit 554e16d

Browse files
committed
patch
1 parent 9c77d29 commit 554e16d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@ addTool({
456456
Create structured JSON outputs with precise schemas and robust validation! 📝 Ensure AI responses meet your needs with custom rules and automatic retries. 🔄 Integrate seamlessly with OpenAI, Ollama, or Claude. 🌐 Dynamic history guides consistent results for workflows or chatbots. 🗂️ Simple TypeScript API scales effortlessly with error recovery. 🛠️
457457

458458
```tsx
459-
import { addOutlineSchema } from "agent-swarm-kit";
459+
import { addOutlineSchema, IOutlineFormat } from "agent-swarm-kit";
460460

461-
const format = {
461+
const format: IOutlineFormat = {
462462
type: "object",
463463
properties: {
464464
take_profit_price: { type: "number", description: "Take profit price in USD" },

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-swarm-kit",
3-
"version": "1.1.129",
3+
"version": "1.1.130",
44
"description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
55
"author": {
66
"name": "Petr Tripolsky",

0 commit comments

Comments
 (0)