You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

agent_scenario_request.yml 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. name: "❤️‍🔥ᴬᴳᴱᴺᵀ Agent scenario request"
  2. description: Propose a agent scenario request for RAGFlow.
  3. title: "[Agent Scenario Request]: "
  4. labels: ["❤️‍🔥ᴬᴳᴱᴺᵀ agent scenario"]
  5. body:
  6. - type: checkboxes
  7. attributes:
  8. label: Self Checks
  9. description: "Please check the following in order to be responded in time :)"
  10. options:
  11. - label: I have searched for existing issues [search for existing issues](https://github.com/infiniflow/ragflow/issues), including closed ones.
  12. required: true
  13. - label: I confirm that I am using English to submit this report ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
  14. required: true
  15. - label: Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) ([Language Policy](https://github.com/infiniflow/ragflow/issues/5910)).
  16. required: true
  17. - label: "Please do not modify this template :) and fill in all the required fields."
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Is your feature request related to a scenario?
  22. description: |
  23. A clear and concise description of what the scenario is. Ex. I'm always frustrated when [...]
  24. render: Markdown
  25. validations:
  26. required: false
  27. - type: textarea
  28. attributes:
  29. label: Describe the feature you'd like
  30. description: A clear and concise description of what you want to happen.
  31. validations:
  32. required: true
  33. - type: textarea
  34. attributes:
  35. label: Documentation, adoption, use case
  36. description: If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful.
  37. render: Markdown
  38. validations:
  39. required: false
  40. - type: textarea
  41. attributes:
  42. label: Additional information
  43. description: |
  44. Add any other context or screenshots about the feature request here.
  45. validations:
  46. required: false