UDFs
converse()
udf
Generate a conversation response.
Equivalent to the AWS Bedrock converse
API endpoint. For additional details, see: https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference.html
Requirements:
pip install boto3
messages
(Json): Input messages.model_id
(String): The model that will complete your prompt.system
(Optional[Json]): An optional system prompt.inference_config
(Optional[Json]): Base inference parameters to use.additional_model_request_fields
(Optional[Json]): Additional inference parameters to use.
- Json: A dictionary containing the response and other metadata.
anthropic.claude-3-haiku-20240307-v1:0
to an existing Pixeltable column tbl.prompt
of the table tbl
:
invoke_tools()
udf
Converts an Anthropic response dict to Pixeltable tool invocation format and calls tools._invoke()
.
Signature: