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({