-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Take an example like this:
class Foo(BaseModel):
"""Some important info"""
something: str
something_else: int
something_else2: str
@agent.tool
def some_tool() -> Foo:
#do something that returns Foo type
I am curious if the model has access to the docstring of the Foo type which is being returned from the tool? Or if it only receives docstrings for pydantic types that will be parameters to tool calls (as well as the tool docstrings themselves). Thanks!
Additional Context
No response
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested