mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
anthropic: docstrings (#23145)
Added missed docstrings. Format docstrings to the consistent format (used in the API Reference)
This commit is contained in:
@@ -55,6 +55,7 @@ def _get_type(parameter: Dict[str, Any]) -> str:
|
||||
|
||||
|
||||
def get_system_message(tools: List[Dict]) -> str:
|
||||
"""Generate a system message that describes the available tools."""
|
||||
tools_data: List[Dict] = [
|
||||
{
|
||||
"tool_name": tool["name"],
|
||||
|
||||
Reference in New Issue
Block a user