Update app.py
Browse files
app.py
CHANGED
|
@@ -445,7 +445,7 @@ SYSTEM_MESSAGE = """You are a concise AI assistant with access to the following
|
|
| 445 |
- wiki_get_page(title: string) β string
|
| 446 |
- youtube_transcript(video_id: string) β string
|
| 447 |
- reverse_text(text: string) β string
|
| 448 |
-
- find_non_commutative(table: dict[tuple[
|
| 449 |
- libretext_extract(url: string, selector: string) β string
|
| 450 |
- classify_vegetables(items: list[string]) β list[string]
|
| 451 |
- execute_code(code: string) β string
|
|
|
|
| 445 |
- wiki_get_page(title: string) β string
|
| 446 |
- youtube_transcript(video_id: string) β string
|
| 447 |
- reverse_text(text: string) β string
|
| 448 |
+
- find_non_commutative(table: dict[tuple[string, string]: string]) -> string
|
| 449 |
- libretext_extract(url: string, selector: string) β string
|
| 450 |
- classify_vegetables(items: list[string]) β list[string]
|
| 451 |
- execute_code(code: string) β string
|