Skip to content

Commit

Permalink
Show how to send a text prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Nov 3, 2024
1 parent 60caf4a commit a14c9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ $api->transmit([
'item' => [
'type' => 'message',
'role' => 'user',
'content' => $content,
'content' => [['type' => 'input_text', 'text' => $message]],
]
]);

Expand Down

0 comments on commit a14c9ca

Please sign in to comment.