From 597ca3ead31eed08726bfec1e2522d57d37a5f4f Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 2 Jul 2025 15:32:25 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/public-project.tsx | 14 ++++++++------ .../packages/open-meteo/src/open-meteo-client.ts | 3 ++- legacy/packages/tavily/src/tavily-client.ts | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/web/src/components/public-project.tsx b/apps/web/src/components/public-project.tsx index 17f1f3cb..4b53ffa8 100644 --- a/apps/web/src/components/public-project.tsx +++ b/apps/web/src/components/public-project.tsx @@ -10,12 +10,12 @@ export function PublicProject({ project }: { project: Project }) { return ( -
+
-
+
{deployment.description && ( -

{deployment.description}

+

+ {deployment.description} +

)} {project.lastPublishedDeployment && ( -
+
{deployment.version}
diff --git a/legacy/packages/open-meteo/src/open-meteo-client.ts b/legacy/packages/open-meteo/src/open-meteo-client.ts index 50a5912c..dfde41ca 100644 --- a/legacy/packages/open-meteo/src/open-meteo-client.ts +++ b/legacy/packages/open-meteo/src/open-meteo-client.ts @@ -55,7 +55,8 @@ export class OpenMeteoClient extends AIFunctionsProvider { } /** - * Gets the 7-day weather variables in hourly and daily resolution for given WGS84 latitude and longitude coordinates. Available worldwide. + * Gets the 7-day weather variables in hourly and daily resolution for given + * WGS84 latitude and longitude coordinates. Available worldwide. */ @aiFunction({ name: 'open_meteo_get_forecast', diff --git a/legacy/packages/tavily/src/tavily-client.ts b/legacy/packages/tavily/src/tavily-client.ts index caf6d951..f67eab48 100644 --- a/legacy/packages/tavily/src/tavily-client.ts +++ b/legacy/packages/tavily/src/tavily-client.ts @@ -146,7 +146,7 @@ export class TavilyClient extends AIFunctionsProvider { * Searches the web for pages relevant to the given query and summarizes the results. */ @aiFunction({ - name: 'tavily_web_search', + name: 'search', description: 'Searches the web to find the most relevant pages for a given query and summarizes the results. Very useful for finding up-to-date news and information about any topic.', inputSchema: z.object({