ci: turning on debug #2
2
.github/workflows/agent-issue.yml
vendored
2
.github/workflows/agent-issue.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
with:
|
||||
api_token: ${{ secrets.AGENT_TOKEN }}
|
||||
api_url: ${{ secrets.AGENT_API_URL }}
|
||||
debug: false
|
||||
debug: true
|
||||
name: Send Tasks to Agent
|
||||
'on':
|
||||
issue_comment:
|
||||
|
||||
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -32929,8 +32929,8 @@ async function run() {
|
||||
inputs: {
|
||||
segment_id,
|
||||
document_id,
|
||||
embed_text: comments[0],
|
||||
store_text: comments[comments.length - 1],
|
||||
embed_text: String(comments[0]).trim(),
|
||||
store_text: String(comments[comments.length - 1]).trim(),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user