mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #72] [MERGED] feat: add weather widget #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/72
Author: @thucpn
Created: 5/2/2024
Status: ✅ Merged
Merged: 5/10/2024
Merged by: @marcusschiesser
Base:
main← Head:feat/add-weather-widget📝 Commits (10+)
afad2e0feat: add weather widget62a4199fix: add draft weather cardb849d67feat: copy function tools9fc29c6append tool event and datac62edd3fix: lint8ccf38dfix import29200e3upgrade to llamaindex 0.3.7a5eb404adding prompt weather code for weather tool284d2c5enhance UI for weather widgetabc13d6Create poor-eels-beam.md📊 Changes
24 files changed (+804 additions, -148 deletions)
View changed files
➕
.changeset/poor-eels-beam.md(+5 -0)📝
helpers/python.ts(+43 -33)📝
helpers/tools.ts(+27 -2)📝
helpers/typescript.ts(+1 -1)➖
templates/components/engines/python/agent/tools.py(+0 -35)➕
templates/components/engines/python/agent/tools/__init__.py(+56 -0)➕
templates/components/engines/python/agent/tools/weather.py(+72 -0)📝
templates/components/engines/typescript/agent/chat.ts(+10 -2)➕
templates/components/engines/typescript/agent/tools/index.ts(+26 -0)➕
templates/components/engines/typescript/agent/tools/weather.ts(+81 -0)📝
templates/types/streaming/express/package.json(+3 -2)📝
templates/types/streaming/express/src/controllers/chat.controller.ts(+3 -19)📝
templates/types/streaming/express/src/controllers/stream-helper.ts(+59 -1)📝
templates/types/streaming/fastapi/app/api/routers/chat.py(+4 -10)📝
templates/types/streaming/fastapi/app/api/routers/messaging.py(+69 -14)📝
templates/types/streaming/nextjs/app/api/chat/route.ts(+3 -19)📝
templates/types/streaming/nextjs/app/api/chat/stream-helper.ts(+59 -1)📝
templates/types/streaming/nextjs/app/components/chat-section.tsx(+2 -1)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-message.tsx(+12 -2)📝
templates/types/streaming/nextjs/app/components/ui/chat/chat-messages.tsx(+10 -3)...and 4 more files
📄 Description
Summary by CodeRabbit
New Features
Enhancements
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.