You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally it would include the full type information.
The text was updated successfully, but these errors were encountered:
bjsi
changed the title
Tool type hints not showing for generic types that take arguements liek
Tool type hints not showing for generic types that take arguments
Dec 18, 2024
def read(fp: str, line_range: Optional[list[int]] = None, query: Optional[str] = None, names: Optional[list[str]] = None):
Gets turned into this inside the prompt sent to the LLM.
read(fp: str, line_range: Optional, query: Optional, names: Optional):
Ideally it would include the full type information.
The text was updated successfully, but these errors were encountered: