mirror of
https://github.com/katanemo/plano.git
synced 2026-04-26 01:06:25 +02:00
Add supported parameter type, validation and tests (#88)
* Add supported parameter type and validation * make the tools format more compliant with openai * more updates * fix more * fix unit test
This commit is contained in:
parent
59229b8fc9
commit
75cf5e5304
7 changed files with 273 additions and 11 deletions
|
|
@ -17,7 +17,7 @@ prompt_targets:
|
|||
|
||||
- type: function_resolver
|
||||
name: weather_forecast
|
||||
description: This function resolver provides weather forecast information for a given city.
|
||||
description: This function provides realtime weather forecast information for a given city.
|
||||
parameters:
|
||||
- name: city
|
||||
required: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue