PaulBFB

Results 2 issues of PaulBFB

Hi guys :wave: Big fan of weasel and used it to build a prototype recently - annotation and learning layout of PDFs (using prodigy, you're probably familiar :wink: ) One...

enhancement

creating a request via ``` import anthropic from anthropic.types.message_create_params import MessageCreateParamsNonStreaming from anthropic.types.messages.batch_create_params import Request client = anthropic.Anthropic() message_batch = client.messages.batches.create( requests=[ Request( custom_id=f"{'a'*65}", params=MessageCreateParamsNonStreaming( model="claude-opus-4-20250514", max_tokens=1024, messages=[{ "role": "user",...

documentation
sdk