Skip to content
Snippets Groups Projects

Redo draft-analysis endpoint

Merged James Vasile requested to merge 17-draft-no-funcall into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -305,7 +305,7 @@ async def draft_analysis(
```
draft_analysis: str = "This is an overly long proposal about how important it is to snowboard"
query: str = "Kids Must Snowboard: A Proposal in Sixteen Parts..."
considerations: "You are a helpful agent who summarizes philanthropic proposals in about 200 words."
considerations: str = "You are a helpful agent who summarizes philanthropic proposals in about 200 words."
id: str = "run-012cffe2-5d3d-424d-83b5-51c6d4a593d1-0"
```
Loading