Skip to content
Open
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
if: always()
uses: malinthaprasan/action-surefire-report@v1
with:
report_paths: 'reports/**/TEST-*.xml'
report_paths: 'reports/**/TEST-*.xml'

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"connectorType": "mistralAi_1.0.0",
"authenticationConfiguration": {
"enabled": false,
"type": "none",
"parameters": {}
},
"metadata": [
{
"attributeName": "requestModel",
"inputSource": "payload",
"attributeIdentifier": "$.model",
"required": false
},
{
"attributeName": "responseModel",
"inputSource": "payload",
"attributeIdentifier": "$.model",
"required": true
},
{
"attributeName": "promptTokenCount",
"inputSource": "payload",
"attributeIdentifier": "$.usage.prompt_tokens",
"required": true
},
{
"attributeName": "completionTokenCount",
"inputSource": "payload",
"attributeIdentifier": "$.usage.completion_tokens",
"required": true
},
{
"attributeName": "totalTokenCount",
"inputSource": "payload",
"attributeIdentifier": "$.usage.total_tokens",
"required": true
},
{
"attributeName": "remainingTokenCount",
"inputSource": "header",
"attributeIdentifier": "x-ratelimit-remaining-tokens",
"required": false
}
]
}
Loading
Loading