Class: Anthropic::Resources::Messages
- Inherits:
-
Object
- Object
- Anthropic::Resources::Messages
- Defined in:
- sig/_private/anthropic.rbs
Instance Method Summary collapse
Instance Method Details
#create(params) ⇒ Anthropic::Models::Message #create(arg0) ⇒ Anthropic::Models::Message #create ⇒ void
8 9 10 |
# File 'sig/_private/anthropic.rbs', line 8
def create: (Hash[Symbol, untyped] params) -> Anthropic::Models::Message
| (**untyped) -> Anthropic::Models::Message
| ...
|
#stream(params) ⇒ Object #stream(arg0) ⇒ Object
12 13 |
# File 'sig/_private/anthropic.rbs', line 12
def stream: (Hash[Symbol, untyped] params) -> untyped
| (**untyped) -> untyped
|