langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://docs.smith.langchain.com/
MIT License
422 stars 80 forks source link

Loading tool signature from playground into python client #1076

Open PascalNobereit opened 1 month ago

PascalNobereit commented 1 month ago

Feature request

Hi, I would like to be able to, similar to how I can load structured outputs from the Playground into the Python client, be able to load tools signatures so I only have to implement the execution in my code.

Motivation

That would make life a lot easier.

hinthornw commented 1 month ago

I believe it's accessible if you include_model=True right now but agreed it's unergonomic. Will leave this issue open