Skip to content

Commit

Permalink
chore: 🚚 rename internet_research to web_search (#241)
Browse files Browse the repository at this point in the history
EXEC-470

Co-authored-by: benshuk <[email protected]>
  • Loading branch information
benshuk and benshuk authored Dec 11, 2024
1 parent 3bdad90 commit 770c6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ai21/models/assistant/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
from typing_extensions import TypedDict

Optimization = Literal["cost", "latency"]
Tool = Literal["rag", "internet_research", "plan_approval"]
Tool = Literal["rag", "web_search", "plan_approval"]


class ToolResources(TypedDict, total=False):
rag: Optional[dict]
internet_research: Optional[dict]
web_search: Optional[dict]
plan_approval: Optional[dict]

0 comments on commit 770c6c5

Please sign in to comment.