Clarify license in pyproject.toml and update test

This commit is contained in:
James Eversole
2025-06-04 10:31:23 -05:00
parent c31cdc6b42
commit 51f6ab4d3b
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ def test_tool():
json.dumps(
{
"tool_calls": [
{"name": "tricubridge", "arguments": {"input": "x = t t"}}
{"name": "tricubridge", "arguments": {"input": "(t (t (t t) (t t t)) t) t"}}
]
}
),