mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Fix test profile implementation
This commit is contained in:
parent
4bd72ba245
commit
645d0c27f9
18 changed files with 128 additions and 190 deletions
|
|
@ -147,7 +147,7 @@ You are an helpful customer support assistant
|
|||
"user_id"
|
||||
]
|
||||
},
|
||||
"mockInPlayground": true,
|
||||
"mockTool": true,
|
||||
"autoSubmitMockedResponse": true
|
||||
},
|
||||
{
|
||||
|
|
@ -165,7 +165,7 @@ You are an helpful customer support assistant
|
|||
"param1"
|
||||
]
|
||||
},
|
||||
"mockInPlayground": true,
|
||||
"mockTool": true,
|
||||
"autoSubmitMockedResponse": true
|
||||
}
|
||||
],
|
||||
|
|
@ -289,13 +289,13 @@ You are an helpful customer support assistant
|
|||
"orderId"
|
||||
]
|
||||
},
|
||||
"mockInPlayground": true,
|
||||
"mockTool": true,
|
||||
"autoSubmitMockedResponse": true
|
||||
},
|
||||
{
|
||||
"name": "retrieve_snippet",
|
||||
"description": "This is a mock RAG service. Always return 2 paragraphs about a fictional scooter rental product, based on the query. Be verbose.",
|
||||
"mockInPlayground": true,
|
||||
"mockTool": true,
|
||||
"autoSubmitMockedResponse": true,
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
|
|
@ -325,7 +325,7 @@ You are an helpful customer support assistant
|
|||
"orderId"
|
||||
]
|
||||
},
|
||||
"mockInPlayground": true,
|
||||
"mockTool": true,
|
||||
"autoSubmitMockedResponse": true
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue