public class UniResponseSchema extends Object
| Constructor and Description |
|---|
UniResponseSchema() |
| Modifier and Type | Method and Description |
|---|---|
static UniResponseSchema |
array(String key)
"responseSchema": {
"type": "object",
"properties": {
"suggestions": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
|
static UniResponseSchema |
pythonCode()
"responseSchema": {
"type": "object",
"properties": {
"action": {
"type": "string"
},
"tool": {
"type": "string"
}
"code": {
"type": "string"
},
}
}
|
public static UniResponseSchema array(String key)
public static UniResponseSchema pythonCode()
Copyright © 2025. All rights reserved.