Clarify license in pyproject.toml and update test
This commit is contained in:
@ -4,7 +4,7 @@ version = "0.1"
|
|||||||
description = "A tool that allows running Tricu expressions"
|
description = "A tool that allows running Tricu expressions"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "James Eversole"}]
|
authors = [{name = "James Eversole"}]
|
||||||
license = "Apache-2.0"
|
license = "ISC"
|
||||||
classifiers = []
|
classifiers = []
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -8,7 +8,7 @@ def test_tool():
|
|||||||
json.dumps(
|
json.dumps(
|
||||||
{
|
{
|
||||||
"tool_calls": [
|
"tool_calls": [
|
||||||
{"name": "tricubridge", "arguments": {"input": "x = t t"}}
|
{"name": "tricubridge", "arguments": {"input": "(t (t (t t) (t t t)) t) t"}}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user