langchain_community.llms.azureml_endpoint
.ContentFormatterBase¶
- class langchain_community.llms.azureml_endpoint.ContentFormatterBase[source]¶
Transform request and response of AzureML endpoint to match with required schema.
Attributes
accepts
The MIME type of the response data returned from the endpoint
content_type
The MIME type of the input data passed to the endpoint
Methods
__init__
()escape_special_characters
(prompt)Escapes any special characters in prompt
format_request_payload
(prompt, model_kwargs)Formats the request body according to the input schema of the model.
format_response_payload
(output)Formats the response body according to the output schema of the model.
- __init__()¶
- static escape_special_characters(prompt: str) str [source]¶
Escapes any special characters in prompt