Skip to content

agents.application.prompts.py def prompts_polymarket( self, data1: str, data2: str, market_question: str, outcome: str ) -> str: current_market_data = str(data1) #22

agents.application.prompts.py def prompts_polymarket( self, data1: str, data2: str, market_question: str, outcome: str ) -> str: current_market_data = str(data1)

agents.application.prompts.py def prompts_polymarket( self, data1: str, data2: str, market_question: str, outcome: str ) -> str: current_market_data = str(data1) #22

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Welcome to Polymarket Agents. Thank you for filing your first issue."
pr-message: "Welcome to Polymarket Agents. Thank you for creating your first PR. Cheers!"