Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,6 @@ TOOLS = [
|
|
| 104 |
libretext_extract,
|
| 105 |
classify_vegetables,
|
| 106 |
execute_code,
|
| 107 |
-
yankee_at_bats_most_walks,
|
| 108 |
least_athletes_olympics,
|
| 109 |
get_nasa_award_number,
|
| 110 |
]
|
|
@@ -118,7 +117,6 @@ SYSTEM_MESSAGE = """You are a concise AI assistant with access to the following
|
|
| 118 |
- libretext_extract(url: string, selector: string) β string
|
| 119 |
- classify_vegetables(items: list[string]) β list[string]
|
| 120 |
- execute_code(code: string) β string
|
| 121 |
-
- yankee_at_bats_most_walks(year: int) β int
|
| 122 |
- least_athletes_olympics(year: int) β string
|
| 123 |
- get_nasa_award_number(qid: string) β string
|
| 124 |
When you need to use a tool, respond exactly with:
|
|
|
|
| 104 |
libretext_extract,
|
| 105 |
classify_vegetables,
|
| 106 |
execute_code,
|
|
|
|
| 107 |
least_athletes_olympics,
|
| 108 |
get_nasa_award_number,
|
| 109 |
]
|
|
|
|
| 117 |
- libretext_extract(url: string, selector: string) β string
|
| 118 |
- classify_vegetables(items: list[string]) β list[string]
|
| 119 |
- execute_code(code: string) β string
|
|
|
|
| 120 |
- least_athletes_olympics(year: int) β string
|
| 121 |
- get_nasa_award_number(qid: string) β string
|
| 122 |
When you need to use a tool, respond exactly with:
|