Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/patent-assignee-check/functional-with-country.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Verify patent-assignee-check skill works with country filter"
timeout = 120

test_prompt = """
Find all spelling variations of Salesforce assignee name in US patents (country: US). Check how Salesforce appears in patent databases.
Find all spelling variations of Toyota assignee name in Japanese patents (country: JP). Check how Toyota appears in patent databases.
"""

[[checks]]
Expand All @@ -26,4 +26,4 @@ command = { command = "mcp-success", tool = "search_patents" }

[[checks]]
name = "country_parameter_used"
command = { command = "tool-param", tool = "search_patents", param = "country", value = "US" }
command = { command = "tool-param", tool = "search_patents", param = "country", value = "JP" }
4 changes: 2 additions & 2 deletions tests/patent-assignee-check/functional.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Verify patent-assignee-check skill works for checking variations"
timeout = 120

test_prompt = """
Find all spelling variations of Salesforce assignee name in patent databases. Check how Salesforce appears in patents.
Find all spelling variations of Google assignee name in patent databases. Check how Google appears in patents.
"""

[[checks]]
Expand All @@ -26,4 +26,4 @@ command = { command = "mcp-success", tool = "search_patents" }

[[checks]]
name = "company_name_parameter_used"
command = { command = "tool-param", tool = "search_patents", param = "assignee", value = "Salesforce" }
command = { command = "tool-param", tool = "search_patents", param = "assignee", value = "Google" }
Loading